Class PdfRedactionResult
Inheritance
System.Object
PdfRedactionResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Pdf.Redaction
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class PdfRedactionResult
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 |
---|---|
System.Drawing.RectangleF |