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