ClearImage .NET API
PageCount Property (CiImage)





Inlite.ClearImage Namespace > CiImage Class : PageCount Property
Number of pages in image file
Syntax
'Declaration
 
Public ReadOnly Property PageCount As System.Integer
'Usage
 
Dim instance As CiImage
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();
}
Remarks

FileName, Format, PageNumber, and PageCount properties are valid if:

1.  The image file is opened using object.Open method, or

2.  The image is saved using object.SaveAs or object.Append methods

If object.IsZone image property values comes from object.Parent object 

 

 

See Also

Reference

CiImage Class
CiImage Members