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

NameTypeAccessDescription
LLXfloat64Read/WriteGets the llx.
LLYfloat64Read/WriteGets the lly.
URXfloat64Read/WriteGets the urx.
URYfloat64Read/WriteGets the ury.

See Also