Rectangle
Overview
Rectangle is a type in Aspose.PDF FOSS for Go.
Rectangle represents a PDF rectangle [llx, lly, urx, ury] in points (1/72 inch).
Properties: LLX, LLY, URX, URY.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
LLX | float64 | Read/Write | Gets the llx. |
LLY | float64 | Read/Write | Gets the lly. |
URX | float64 | Read/Write | Gets the urx. |
URY | float64 | Read/Write | Gets the ury. |