VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / ThumbnailsCacheManager Class / IsImageCacheExist(String,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    IsImageCacheExist(String,Int32) Method (ThumbnailsCacheManager)
    In This Topic
    Determines that the cache manager contains the image cache for specified page in specified image file.
    Syntax
    'Declaration
    
    Public Overridable Function IsImageCacheExist( _
    ByVal fileId
    An image file identifier.
    As String, _
    ByVal pageIndex
    A zero-based image index in source image file.
    As Integer _
    ) As Boolean
    public virtual bool IsImageCacheExist(
    string fileId,
    int pageIndex
    )
    public: virtual bool IsImageCacheExist(
    string* fileId,
    int pageIndex
    )
    public:
    virtual bool IsImageCacheExist(
    string^ fileId,
    int pageIndex
    )

    Parameters

    fileId
    An image file identifier.
    pageIndex
    A zero-based image index in source image file.

    Return Value

    True - the cache manager contains the image cache for specified page in specified image file; false - the cache manager does NOT contain the image cache for specified page in specified image file.
    Requirements

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

    See Also