menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RedactionToolbarItem - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RedactionToolbarItem

    Represents the available tools in the redaction toolbar of the SfPdfViewer2 component.

    Inheritance
    System.Object
    RedactionToolbarItem
    Namespace: Syncfusion.Blazor.SfPdfViewer
    Assembly: Syncfusion.Blazor.SfPdfViewer.dll
    Syntax
    public sealed class RedactionToolbarItem : Enum
    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

    Close

    Represents the Close tool, which closes the redaction toolbar.

    Declaration
    public const RedactionToolbarItem Close
    Field Value
    Type
    RedactionToolbarItem

    CommentPanel

    Represents the CommentPanel tool, which shows the comment panel.

    Declaration
    public const RedactionToolbarItem CommentPanel
    Field Value
    Type
    RedactionToolbarItem

    MarkForRedaction

    Represents the MarkForRedaction tool, which allows marking content for redaction.

    Declaration
    public const RedactionToolbarItem MarkForRedaction
    Field Value
    Type
    RedactionToolbarItem

    Redact

    Represents the Redact tool, which applies the redactions.

    Declaration
    public const RedactionToolbarItem Redact
    Field Value
    Type
    RedactionToolbarItem

    RedactionPanel

    Represents the RedactionPanel tool, which shows the redaction panel.

    Declaration
    public const RedactionToolbarItem RedactionPanel
    Field Value
    Type
    RedactionToolbarItem

    RedactPages

    Represents the RedactPages tool, which allows redacting entire pages.

    Declaration
    public const RedactionToolbarItem RedactPages
    Field Value
    Type
    RedactionToolbarItem

    RemoveAnnotation

    Represents the RemoveAnnotation tool, which allows deleting a redaction.

    Declaration
    public const RedactionToolbarItem RemoveAnnotation
    Field Value
    Type
    RedactionToolbarItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved