Class RedactionMode
Specifies the type of redaction that can be applied through UI interactions on PDF pages.
Inheritance
System.Object
RedactionMode
Namespace: Syncfusion.Maui.PdfViewer
Assembly: Syncfusion.Maui.PdfViewer.dll
Syntax
public sealed class RedactionMode : Enum
Fields
None
No redaction applied.
Declaration
public const RedactionMode None
Field Value
| Type |
|---|
| RedactionMode |
Rect
Redacts a rectangular area.
Declaration
public const RedactionMode Rect
Field Value
| Type |
|---|
| RedactionMode |
Text
Redacts text content.
Declaration
public const RedactionMode Text
Field Value
| Type |
|---|
| RedactionMode |