DocxDocument Constructor

QsInformatica.Utils

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)
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