  | DocumentCreate(String) Method | 
            Crea di un documento vuoto
            
Namespace: QsGemBoxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntaxpublic 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  String
 - The docxfile.
 
Return Value
DocxDocumentDocxDocument.
See Also