API Reference
Struct
PdfPagePoint
Immutable point in PDF default user-space coordinates measured from the page bottom-left.
Inheritance
- ValueType
- PdfPagePoint
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
Constructors
public PdfPagePoint(Double x, Double y) #Creates a PDF page point.
Parameters
- x System.Double
- y System.Double
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object