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