VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / GetAnnotationCollectionFromCacheManager(String,String,Int32,String) Method
Syntax Requirements SeeAlso
In This Topic
    GetAnnotationCollectionFromCacheManager(String,String,Int32,String) Method (VintasoftAnnotationCollectionWebService)
    In This Topic
    Returns an annotation collection for image from annotation cache manager.
    Syntax
    'Declaration
    
    Protected Overridable Function GetAnnotationCollectionFromCacheManager( _
    ByVal sessionId
    An HTTP session identifier.
    As String, _
    ByVal fileId
    A file identifier.
    As String, _
    ByVal pageIndex
    A zero-based index of page in file.
    As Integer, _
    ByRef jsonAnnotationCollection
    A JSON-string that represents an annotation collection.
    As String _
    ) As Boolean
    protected virtual bool GetAnnotationCollectionFromCacheManager(
    string sessionId,
    string fileId,
    int pageIndex,
    out string jsonAnnotationCollection
    )
    protected: virtual bool GetAnnotationCollectionFromCacheManager(
    string* sessionId,
    string* fileId,
    int pageIndex,
    [PARAMFLAG::Out] string* jsonAnnotationCollection
    )
    protected:
    virtual bool GetAnnotationCollectionFromCacheManager(
    string^ sessionId,
    string^ fileId,
    int pageIndex,
    [Out] string^ jsonAnnotationCollection
    )

    Parameters

    sessionId
    An HTTP session identifier.
    fileId
    A file identifier.
    pageIndex
    A zero-based index of page in file.
    jsonAnnotationCollection
    A JSON-string that represents an annotation collection.

    Return Value

    True if cache manager contains annotation collection for image; otherwise, false.
    Requirements

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

    See Also