alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved