menu

Document Processing

RedactionEventArgs Class - C# PDF Library API Reference | Syncfusion

    Show / Hide Table of Contents

    RedactionEventArgs Class

    Provides data for the RedactionApplied event.

    Inheritance
    System.Object
    RedactionEventArgs
    Namespace: Syncfusion.Windows.PdfViewer
    Assembly: Syncfusion.PdfViewer.WPF.dll
    Syntax
    public class RedactionEventArgs : EventArgs

    Properties

    Marks

    Gets the collection of the regions which are redacted (or) marked for redaction in the PDF pages.

    Declaration
    public List<RedactionMark> Marks { get; }
    Property Value
    Type
    System.Collections.Generic.List<RedactionMark>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved