PageRange

Overview

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

PageRange specifies an inclusive range of pages (1-based).

Properties: From, To.

Properties

NameTypeAccessDescription
FromintRead/WriteGets the from.
TointRead/WriteGets the to.

See Also