VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationsCacheManager Class / IsImageCacheExist(String,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    IsImageCacheExist(String,Int32) Method (AnnotationsCacheManager)
    In This Topic
    Determines that the cache manager caches the annotation collections for a single image.
    Syntax
    'Declaration
    
    Public Overridable Function IsImageCacheExist( _
    ByVal fileId
    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
    File identifier.
    pageIndex
    A zero-based image index in source image file.

    Return Value

    True - the cache manager caches the annotation collections for a single image; false - the cache manager does NOT cache the annotation collections for a single image.
    Requirements

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

    See Also