  | DocumentCreate Method (String, String) | 
 
            Creazione di un documento vuoto partendo da un documento word (non deve essere un vero template).
            Viene usato per ereditare stili e impostazioni
            
 
    Namespace: 
   QsGemBox
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntaxpublic static DocxDocument Create(
	string docxfile,
	string template
)
Public Shared Function Create ( 
	docxfile As String,
	template As String
) As DocxDocument
public:
static DocxDocument^ Create(
	String^ docxfile, 
	String^ template
)
static member Create : 
        docxfile : string * 
        template : string -> DocxDocument 
Parameters
- docxfile
 - Type: SystemString
The docxfile. - template
 - Type: SystemString
The template. 
Return Value
Type: 
DocxDocumentDocxDocument.
See Also