Accusoft.PdfXpressSdk Namespace > PageRange Class : UseAllPages Property |
'Declaration Public Property UseAllPages As Boolean
'Usage Dim instance As PageRange Dim value As Boolean instance.UseAllPages = value value = instance.UseAllPages
public bool UseAllPages {get; set;}
The default value is false.
This property is provided as a convenient way to create a PageRange object that represents all pages in a Document without needing to know how many pages there actually are.
When this property is set to true, the StartPageNumber and PageCount properties are ignored.