Accusoft.PdfXpress7.Net
PageCount Property (PageRange)




Gets and sets the number of pages in the current page range.
Syntax
public int PageCount {get; set;}
public: __property int get_PageCount();
public: __property void set_PageCount( 
   int value
);
public:
property int PageCount {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property PageCount As Integer
 
'Usage
 
Dim instance As PageRange
Dim value As Integer
 
instance.PageCount = value
 
value = instance.PageCount

Property Value

An integer value which represents the number of pages in the current page range.
Remarks

The default value is 1.

Valid values are 1 to Document.PageCount.

See Also

Reference

PageRange Class
PageRange Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback