Class RedactionMark
This class represents the region which is redacted (or) marked for redaction in the PDF page.
Inheritance
System.Object
RedactionMark
Namespace: Syncfusion.Windows.PdfViewer
Assembly: Syncfusion.PdfViewer.WPF.dll
Syntax
public class RedactionMark : Object
Properties
Bounds
Gets the System.Drawing.RectangleF bounds of the region which is redacted (or) marked for redaction in the PDF page.
Declaration
public RectangleF Bounds { get; }
Property Value
Type |
---|
System.Drawing.RectangleF |
Fill
Gets the fill color of the region which is redacted (or) marked for redaction in the PDF page.
Declaration
public Color Fill { get; }
Property Value
Type |
---|
System.Windows.Media.Color |
PageIndex
Gets the page index in which the RedactionMark is applied.
Declaration
public int PageIndex { get; }
Property Value
Type |
---|
System.Int32 |