Deprecated Prizm Content Connect
PageCount Property






Number of pages in the document (estimated or actual).
Syntax
'Declaration
 
Public Property PageCount As System.Integer
'Usage
 
Dim instance As DocumentAttributes
Dim value As System.Integer
 
instance.PageCount = value
 
value = instance.PageCount
public System.int PageCount {get; set;}
public read-write property PageCount: System.Integer; 
public function get,set PageCount : System.int
public: __property System.int get_PageCount();
public: __property void set_PageCount( 
   System.int value
);
public:
property System.int PageCount {
   System.int get();
   void set (    System.int value);
}
See Also

Reference

DocumentAttributes Class
DocumentAttributes Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback