Gets and sets the number of pages in the current page range.
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.