Description
Populate the SpotList property.
Syntax
optprint.SetSpotList(Fred.GetSpotList) |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.SetSpotList(Fred.GetSpotList)
See also