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
| Name | Type | Access | Description |
|---|
Width | float64 | Read/Write | Gets the width. |
Height | float64 | Read/Write | Gets the height. |
See Also