Overview
PageRange is a type in Aspose.PDF FOSS for Go.
PageRange specifies an inclusive range of pages (1-based).
Properties: From, To.
Properties
| Name | Type | Access | Description |
|---|
From | int | Read/Write | Gets the from. |
To | int | Read/Write | Gets the to. |
See Also