Accusoft.PdfXpress7.Net
PageCount Property (PageRange)




Gets and sets the number of pages in the current page range.
Syntax
'Declaration
 
Public Property PageCount As Integer
'Usage
 
Dim instance As PageRange
Dim value As Integer
 
instance.PageCount = value
 
value = instance.PageCount
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);
}

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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback