Click or drag to resize

DocxDocument Constructor

Initializes a new instance of the DocxDocument class.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public DocxDocument(
	DocumentModel innerObject,
	string documentpath
)

Parameters

innerObject
Type: DocumentModel
The inner object.
documentpath
Type: SystemString
The documentpath.
See Also