PageSize

Overview

PageSize is a type in Aspose.PDF FOSS for Go.

PageSize holds the width and height of a PDF page in points (1/72 inch).

Properties: Height, Width.

Properties

NameTypeAccessDescription
Widthfloat64Read/WriteGets the width.
Heightfloat64Read/WriteGets the height.

See Also