ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / ImGearThumbnailListItem Class / PageCount Property




In This Topic
    PageCount Property (ImGearThumbnailListItem)
    In This Topic
    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