| DocxDocument Constructor |
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax 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.
See Also