Description
Get/set id of the print preset.
Note: not used in printing.
Syntax
optprint.id |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
id
id of the print preset
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.id = 1234 'assumes that 1234 is an appropriate id of a print preset.