VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Office.Web.Services Namespace / VintasoftOfficeWebService Class / CreateDocxDocument() Method
Syntax Requirements SeeAlso
In This Topic
    CreateDocxDocument() Method (VintasoftOfficeWebService)
    In This Topic
    Creates a new DOCX document.
    Syntax
    'Declaration
    
    Public Function CreateDocxDocument() As CreateDocumentResponseParams
    
    
    public CreateDocumentResponseParams CreateDocxDocument()
    
    
    public: CreateDocumentResponseParams* CreateDocxDocument()
    
    
    public:
    CreateDocumentResponseParams^ CreateDocxDocument()

    Return Value

    Response from server, which contains the name of new DOCX document.
    Requirements

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

    See Also