VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / SaveAnnotationCollection(AnnotationCollectionInfoRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    SaveAnnotationCollection(AnnotationCollectionInfoRequestParams) Метод (VintasoftAnnotationCollectionApiController)
    В этом разделе
    Сохраняет указанную коллекцию аннотаций на указанной странице изображения.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function SaveAnnotationCollection( _
    ByVal requestParams
    Информация о странице исходного изображения и коллекциях аннотаций.
    As Vintasoft.Imaging.Annotation.Web.Services.AnnotationCollectionInfoRequestParams _
    ) As Vintasoft.Shared.Web.WebResponseParamsBase
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public Vintasoft.Shared.Web.WebResponseParamsBase SaveAnnotationCollection(
    Vintasoft.Imaging.Annotation.Web.Services.AnnotationCollectionInfoRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: Vintasoft.Shared.Web.WebResponseParamsBase* SaveAnnotationCollection(
    Vintasoft.Imaging.Annotation.Web.Services.AnnotationCollectionInfoRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    Vintasoft.Shared.Web.WebResponseParamsBase^ SaveAnnotationCollection(
    Vintasoft.Imaging.Annotation.Web.Services.AnnotationCollectionInfoRequestParams^ requestParams
    )

    Parameters

    requestParams
    Информация о странице исходного изображения и коллекциях аннотаций.

    Return Value

    Ответ от сервера.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также