Description
Get/set the description, displayed in the print dialog.
Note: not used in the printing processing.
Syntax
optprint.Description [=] strValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
strValue
string value
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.Description = "test description".