Click or drag to resize

DocxDocument Constructor

Initializes a new instance of the DocxDocument class.

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

Parameters

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