VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / ThumbnailsCacheManager Class / IsImageCacheExist(String,Int32) Method
Syntax Requirements SeeAlso
    IsImageCacheExist(String,Int32) Method (ThumbnailsCacheManager)
    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
     

    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