Enum RedactionToolbarItem
Represents the available tools in the redaction toolbar of the SfPdfViewer2 component.
Namespace: Syncfusion.Blazor.SfPdfViewer
Assembly: Syncfusion.Blazor.SfPdfViewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum RedactionToolbarItem
Remarks
The RedactionToolbarItem enumeration defines the tools that can be displayed in the redaction toolbar for creating and applying redactions within the PDF Viewer. Each tool corresponds to a specific redaction-related action.
Fields
| Name | Description |
|---|---|
| Close | Represents the Close tool, which closes the redaction toolbar. |
| CommentPanel | Represents the CommentPanel tool, which shows the comment panel. |
| MarkForRedaction | Represents the MarkForRedaction tool, which allows marking content for redaction. |
| Redact | Represents the Redact tool, which applies the redactions. |
| RedactPages | Represents the RedactPages tool, which allows redacting entire pages. |
| RedactionPanel | Represents the RedactionPanel tool, which shows the redaction panel. |
| RemoveAnnotation | Represents the RemoveAnnotation tool, which allows deleting a redaction. |