Accusoft.ThumbnailXpress6.Net
PageCount Property




Read-only property returning the number of image pages contained in the image file that the thumbnail item represents. Note that only PDF, TIFF, ICO, Modca, or DCX image files are able to have page counts greater than 1.
Syntax
'Declaration
 
Public ReadOnly Property PageCount As Integer
'Usage
 
Dim instance As ThumbnailItem
Dim value As Integer
 
value = instance.PageCount
public int PageCount {get;}
public: __property int get_PageCount();
public:
property int PageCount {
   int get();
}

Property Value

The page count.
Remarks

A directory item always reflects a page count value of 0

A page count for multi-page internet resident image files is unable to be determined. The representing thumbnail item(s) for these always reflect a page count value of 1.

See Also

Reference

ThumbnailItem Class
ThumbnailItem Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback