API Reference
Class
PdfPageRectangle
Immutable rectangle in PDF default user-space coordinates measured from the page bottom-left.
Inheritance
- Object
- PdfPageRectangle
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
Accepted by parameters
Constructors
public PdfPageRectangle(Double left, Double bottom, Double right, Double top) #Creates a normalized PDF page rectangle.
Parameters
- left System.Double
- bottom System.Double
- right System.Double
- top System.Double
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double Left { get; } #Left edge in PDF default user-space units.
public Double Bottom { get; } #Bottom edge in PDF default user-space units.
public Double Right { get; } #Right edge in PDF default user-space units.
public Double Top { get; } #Top edge in PDF default user-space units.
public Double Width { get; } #Rectangle width in PDF default user-space units.
public Double Height { get; } #Rectangle height in PDF default user-space units.