| DocxDocumentDocumentPath Property |
Gets or sets the document path.
Namespace:
QsGemBox.Docx
Assembly:
QsGemBox (in QsGemBox.dll) Version: 25.2.0.0 (25.2.0.0)
Syntax public string DocumentPath { get; set; }
Public Property DocumentPath As String
Get
Set
public:
property String^ DocumentPath {
String^ get ();
void set (String^ value);
}
member DocumentPath : string with get, set
Property Value
Type:
StringThe document path.
See Also