Document.Load Method

QsInformatica.Utils

DocumentLoad Method

Carica un documento

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

Parameters

docxfile
Type: SystemString
The docxfile.

Return Value

Type: DocxDocument
DocxDocument.
See Also