VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / AnnotationsCacheManager Class / SetAnnotations(String,String) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    SetAnnotations(String,String) Method (AnnotationsCacheManager)
    In This Topic
    Saves the serialized annotation collection in cache.
    Syntax
    'Declaration
    
    Public Sub SetAnnotations( _
    ByVal annotationsId
    An identifier of annotation collection.
    As String, _
    ByVal annotations
    Serialized annotation collection.
    As String _
    )
    public void SetAnnotations(
    string annotationsId,
    string annotations
    )
    public: void SetAnnotations(
    string* annotationsId,
    string* annotations
    )
    public:
    void SetAnnotations(
    string^ annotationsId,
    string^ annotations
    )

    Parameters

    annotationsId
    An identifier of annotation collection.
    annotations
    Serialized annotation collection.
    Remarks

    Cache manager will replace an annotation collection in cache if annotation collection with identifier annotationsId exists already.

    Requirements

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

    See Also