PageLabelRange
Overview
PageLabelRange is a type in Aspose.PDF FOSS for Go.
PageLabelRange describes a contiguous run of pages that share a numbering style.
Properties: Prefix, StartNum, StartPage, Style.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
StartPage | int | Read/Write | Gets the start page. |
Style | PageLabelStyle | Read/Write | Gets the style. |
Prefix | string | Read/Write | Gets the prefix. |
StartNum | int | Read/Write | Gets the start num. |