Accusoft.ImagXpress13.Net
PageCount Property




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

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

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback