Description
Contains the list of spot colors in page, to be printed on separate plates in case of separation printing.
Read-only.
Used only in separation.
Syntax
optprint.SpotList |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
msgbox (optPrint.SpotList)
See also