VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationsCacheManager Class / GetAnnotations(String) Method
Syntax Requirements SeeAlso
In This Topic
    GetAnnotations(String) Method (AnnotationsCacheManager)
    In This Topic
    Returns the serialized annotation collection.
    Syntax
    'Declaration
    
    Public Function GetAnnotations( _
    ByVal annotationsId
    An identifier of annotation collection.
    As String _
    ) As String
    public string GetAnnotations(
    string annotationsId
    )
    public: string* GetAnnotations(
    string* annotationsId
    )
    public:
    string^ GetAnnotations(
    string^ annotationsId
    )

    Parameters

    annotationsId
    An identifier of annotation collection.

    Return Value

    Serialized annotation collection.
    Requirements

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

    See Also