Gets or sets the title of the document.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property DocumentTitle As System.String |
C# | |
---|
System.string DocumentTitle {get; set;} |
JavaScript | |
---|
get_DocumentTitle () : String
put_DocumentTitle (
NewVal : String
)
|
COM native C++ | |
---|
HRESULT get_DocumentTitle(
BSTR* Val
)
HRESULT put_DocumentTitle(
BSTR NewVal |
C++ | |
---|
DSRESULT get_DocumentTitle (
dsString* Val
)
DSRESULT put_DocumentTitle(
const dsString& NewVal
) |
Property Value
Document title; default is an empty string
Remarks
See Also
Availability
DraftSight 2018 SP2