ClearImage .NET API
PageCount Property (ImageInfo)





Inlite.ClearImageNet Namespace > ImageInfo Class : PageCount Property
Number of pages in the image file. If 0, file information is not valid
Syntax
'Declaration
 
Public ReadOnly Property PageCount As System.Integer
'Usage
 
Dim instance As ImageInfo
Dim value As System.Integer
 
value = instance.PageCount
public System.int PageCount {get;}
public read-only property PageCount: System.Integer; 
public function get PageCount : System.int
public:
property System.int PageCount {
   System.int get();
}
See Also

Reference

ImageInfo Class
ImageInfo Members