VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.AspNetCore.ApiControllers Namespace / VintasoftOfficeApiController Class / CreateDocxDocument(WebRequestParamsBase) Method
Syntax Requirements SeeAlso
In This Topic
    CreateDocxDocument(WebRequestParamsBase) Method (VintasoftOfficeApiController)
    In This Topic
    Creates a new DOCX document.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function CreateDocxDocument( _
    ByVal requestParams
    Request, to the server, which contains information about DOCX document.
    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
    Request, to the server, which contains information about DOCX document.

    Return Value

    Response, from server, which contains DOCX document name.
    Requirements

    Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6

    See Also