VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationsCacheManager Class / GetAnnotationsId(String,Int32) Method
Syntax Requirements SeeAlso
In This Topic
    GetAnnotationsId(String,Int32) Method (AnnotationsCacheManager)
    In This Topic
    Returns an identifier of annotation collection.
    Syntax
    'Declaration
    
    Public Function GetAnnotationsId( _
    ByVal fileId
    A file identifier.
    As String, _
    ByVal pageIndex
    Zero-based image index in source image file.
    As Integer _
    ) As String
    public string GetAnnotationsId(
    string fileId,
    int pageIndex
    )
    public: string* GetAnnotationsId(
    string* fileId,
    int pageIndex
    )
    public:
    string^ GetAnnotationsId(
    string^ fileId,
    int pageIndex
    )

    Parameters

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

    Return Value

    An identifier of annotation collection.
    Requirements

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

    See Also