Added API links in UG documentations#2017
Conversation
b2d418b to
ad7aa21
Compare
|
The running CI Job is terminated due to changes committed on the source branch for this Merge Request and CI triggered for latest commit. |
|
CI Status: ABORTED ❌ |
|
Build Status: INPROGRESS 🔃 |
|
CI Status: FAILURE ❌ |
| ### Add redaction mark on the PDF | ||
|
|
||
| You can mark regions for text or specific areas programmatically using the `AddRedactionMark` method of [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html), and redact entire pages using the `AddPageRedactionMarks` method. The following example demonstrates how to mark regions for redaction, such as a specific area and page in the PDF document. | ||
| You can mark regions for text or specific areas programmatically using the `AddRedactionMark` method of [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html), and redact entire pages using the [AddPageRedactionMarks](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html#Syncfusion_Maui_PdfViewer_SfPdfViewer_AddPageRedactionMarks_System_Collections_Generic_List_System_Int32__) method. The following example demonstrates how to mark regions for redaction, such as a specific area and page in the PDF document. |
There was a problem hiding this comment.
Add link for 'AddRedactionMark' also.
|
|
||
| ### Redact the marked region | ||
|
|
||
| You can redact the marked regions by using the `RedactAsync` method of [SfPdfViewer](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.PdfViewer.SfPdfViewer.html). This method redacts all marked regions and saves the document, making the changes irreversible. The following example demonstrates how to redact a marked region or page in a PDF document. |
There was a problem hiding this comment.
RemoveAllRedactionMarks link was missing in line number 130.
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
d8f2bb4 to
510718b
Compare
|
Build Status: INPROGRESS 🔃 |
|
CI Status: SUCCESS ✅ |
Added API links in UG document