VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.Web.Services Namespace / VintasoftAnnotationCollectionWebService Class / SaveAnnotationCollections(WebCompositeRequestParams<AnnotationCollectionInfoRequestParams>) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    SaveAnnotationCollections(WebCompositeRequestParams<AnnotationCollectionInfoRequestParams>) Method (VintasoftAnnotationCollectionWebService)
    In This Topic
    Saves the specified annotation collections in the specified image files.
    Syntax

    Parameters

    requestParams
    Information about source image files and annotation collections.

    Return Value

    Response from the server.
    Remarks

    Method loads all images from the specified image files, adds annotations to each image and saves modified images back to the source files.

    Requirements

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

    See Also