Accusoft.PdfXpress6.Net
UseAllPages Property




Gets and sets an indicator for accessing the entire current pages in a Document.
Syntax
'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;}
public: __property bool get_UseAllPages();
public: __property void set_UseAllPages( 
   bool value
);
public:
property bool UseAllPages {
   bool get();
   void set (    bool value);
}

Property Value

A boolean value which is true when the current page range includes all the pages in a Document. Otherwise, false is used.
Remarks

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.

See Also

Reference

PageRange Class
PageRange Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback