|  | DocxDocument Constructor  | 
  
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
 Syntax
Syntaxpublic 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 -> DocxDocumentParameters
- innerObject
- Type: DocumentModel
 The inner object.
- documentpath
- Type: SystemString
 The documentpath.
 See Also
See Also