VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.UI Namespace / ThumbnailViewer Class / GetIsThumbnailVisible(Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetIsThumbnailVisible(Int32) Method (ThumbnailViewer)
    In This Topic
    Returns a value indicating whether the thumbnail with specified index is visible in thumbnail viewer.
    Syntax
    'Declaration
    
    Public Function GetIsThumbnailVisible( _
    ByVal thumbnailIndex
    Index of the thumbnail.
    As System.Int32 _
    ) As Boolean
    public bool GetIsThumbnailVisible(
    System.Int32 thumbnailIndex
    )
    public: bool GetIsThumbnailVisible(
    System.Int32 thumbnailIndex
    )
    public:
    bool GetIsThumbnailVisible(
    System.Int32 thumbnailIndex
    )

    Parameters

    thumbnailIndex
    Index of the thumbnail.

    Return Value

    True if thumbnail is visible in thumbnail viewer; otherwise, false.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also