A Sandcastle Documented Class Library
![]() | DocxDocument Constructor |
Initializes a new instance of the DocxDocument class.
Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)

public DocxDocument( DocumentModel innerObject, string documentpath )
Public Sub New ( innerObject As DocumentModel, documentpath As String )
public: DocxDocument( DocumentModel^ innerObject, String^ documentpath )
new : innerObject : DocumentModel * documentpath : string -> DocxDocument
Parameters
- innerObject
- Type: DocumentModel
The inner object. - documentpath
- Type: SystemString
The documentpath.
