menu

WPF

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

    Show / Hide Table of Contents

    Class RedactionEventArgs

    Provides data for the RedactionApplied event.

    Inheritance
    System.Object
    System.EventArgs
    RedactionEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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