Click or drag to resize

DocxDocument Constructor

Initializes a new instance of the DocxDocument class.

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

Parameters

innerObject  DocumentModel
The inner object.
documentpath  String
The documentpath.
See Also