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