PageRange Object : UseAllPages Property |
Visual Basic |
---|
Public Property UseAllPages As Boolean |
A boolean value which is True if the current PageRange collection represents all pages of a PDFDocument. Otherwise, False is returned.
The default value is False.
This property is provided as a convenient way to create a PageRange object that represents all pages in a PdfDocument without needing to know how many pages there actually are.
When this property is set to true, the StartPageNumber and PageCount properties are ignored.