Class PdfRedactionResult
Inheritance
System.Object
PdfRedactionResult
Assembly: Syncfusion.Pdf.Imaging.Portable.dll
Syntax
public class PdfRedactionResult : Object
Properties
IsRedactionSuccess
Declaration
public bool IsRedactionSuccess { get; }
Property Value
Type |
Description |
System.Boolean |
|
PageNumber
Declaration
public int PageNumber { get; }
Property Value
Type |
Description |
System.Int32 |
|
RedactionBounds
Declaration
public RectangleF RedactionBounds { get; }
Property Value
Type |
Description |
Syncfusion.Drawing.RectangleF |
|