API Reference
Struct
PdfRedactionPoint
One point in PDF default user-space coordinates.
Inheritance
- ValueType
- PdfRedactionPoint
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfRedactionRegion.Points
Accepted by parameters
- Method PdfRedactionRegion.Freehand
- Method PdfRedactionRegion.Polygon
- Method PdfRedactionRegion.Quadrilateral
Constructors
public PdfRedactionPoint(Double x, Double y) #Creates a finite PDF point.
Parameters
- x System.Double
- y System.Double
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object