Description
Get/set the print mode. If True, the print result is in composite mode, if False the result is on separation mode.
Syntax
optprint.SepComposite [=] True | False |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.SepComposite = True