Class RedactionEventArgs
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> |