ImageGear .NET v24.12 - Updated
PageCount Property (ImGearThumbnailListItem)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > ImGearThumbnailListItem Class : PageCount Property
Gets the page count of the file that this page is from.
Syntax
'Declaration
 
Public ReadOnly Property PageCount As Integer
'Usage
 
Dim instance As ImGearThumbnailListItem
Dim value As Integer
 
value = instance.PageCount
public int PageCount {get;}
public: __property int get_PageCount();
public:
property int PageCount {
   int get();
}

Property Value

Integer value.
Remarks
Returns 1 if the page was not loaded from a multi-page file.
See Also

Reference

ImGearThumbnailListItem Class
ImGearThumbnailListItem Members