VintaSoft Imaging .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Imaging.Office.AspNetCore.ApiControllers Namespace / VintasoftOfficeApiController Class / CreateDocxDocument(WebRequestParamsBase) Method
Syntax Requirements SeeAlso
В этом разделе
    CreateDocxDocument(WebRequestParamsBase) Метод (VintasoftOfficeApiController)
    В этом разделе
    Создает новый DOCX документ.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function CreateDocxDocument( _
    ByVal requestParams
    Запрос к серверу, содержащий информацию о документе DOCX.
    As Vintasoft.Shared.Web.WebRequestParamsBase _
    ) As Vintasoft.Imaging.Office.Web.Services.CreateDocumentResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public Vintasoft.Imaging.Office.Web.Services.CreateDocumentResponseParams CreateDocxDocument(
    Vintasoft.Shared.Web.WebRequestParamsBase requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: Vintasoft.Imaging.Office.Web.Services.CreateDocumentResponseParams* CreateDocxDocument(
    Vintasoft.Shared.Web.WebRequestParamsBase* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    Vintasoft.Imaging.Office.Web.Services.CreateDocumentResponseParams^ CreateDocxDocument(
    Vintasoft.Shared.Web.WebRequestParamsBase^ requestParams
    )

    Parameters

    requestParams
    Запрос к серверу, содержащий информацию о документе DOCX.

    Return Value

    Ответ от сервера, содержащий имя документа DOCX.
    Требования

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

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