Skip to content

Commit 4428931

Browse files
884238: Resolve the CI failures.
1 parent bcb1ad5 commit 4428931

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

File-Formats/PDF/Working-with-Redaction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -741,9 +741,9 @@ loadedDocument.Close(True)
741741

742742
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Redaction/Get-the-result-of-redaction-with-other-information/).
743743

744-
## Redact text content alone on the redated area
744+
## Redact text content alone on the redacted area
745745

746-
You can get the Redact text content alone on the redated area using [RedactionProgress](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_RedactionProgress) event in [PdfLoadedDocument](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) class.
746+
You can get the Redact text content alone on the redacted area using [RedactionProgress](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html#Syncfusion_Pdf_Parsing_PdfLoadedDocument_RedactionProgress) event in [PdfLoadedDocument](https://help.syncfusion.com/cr/file-formats/Syncfusion.Pdf.Parsing.PdfLoadedDocument.html) class.
747747

748748
The code snippet to illustrate the same is given below.
749749

@@ -812,7 +812,7 @@ loadedDocument.Close(True)
812812

813813
{% endtabs %}
814814

815-
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Redaction/Redaction/Redact-text-content-alone-on-the-redated-area/).
815+
You can download a complete working sample from [GitHub](https://github.com/SyncfusionExamples/PDF-Examples/tree/master/Redaction/Redact-text-content-alone-on-the-redated-area/).
816816

817817

818818
## Find text by regular expression pattern and redact it from PDF document.

0 commit comments

Comments
 (0)