Accusoft.ImagXpress13.Net
PageCount Property




Gets the number of pages in the image beginning at 1.
Syntax
public int PageCount {get;}
public: __property int get_PageCount();
public:
property int PageCount {
   int get();
}
'Declaration
 
Public ReadOnly Property PageCount As Integer
 
'Usage
 
Dim instance As ImageX
Dim value As Integer
 
value = instance.PageCount

Property Value

An integer value which represents the number of pages.
Remarks

The default value is -1.

Note: The number of pages cannot be determined when an image is loaded using the FromStream(ImagXpress,Stream) method. This property becomes invalid in this case.

See Also

Reference

ImageX Class
ImageX Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback