Document.Create Method (String)

QsInformatica.Utils

DocumentCreate Method (String)

Crea di un documento vuoto

Namespace:  QsGemBox
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public static DocxDocument Create(
	string docxfile
)
Public Shared Function Create ( 
	docxfile As String
) As DocxDocument
public:
static DocxDocument^ Create(
	String^ docxfile
)
static member Create : 
        docxfile : string -> DocxDocument 

Parameters

docxfile
Type: SystemString
The docxfile.

Return Value

Type: DocxDocument
DocxDocument.
See Also