| DocumentCreate Method (String) |
Crea di un documento vuoto
Namespace:
QsGemBox
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.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:
DocxDocumentDocxDocument.
See Also