Description
Get, if exists, the print configuration name that contains the print options.
Syntax
optprint.optName |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
msgbox (optPrint.otpName)