Description
Get/set what to print.
Syntax
optprint.ToPrint [=] shortValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
shortValue
mode:
0: All pages
1: Only selected object
2: Active page
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.ToPrint = 2
See also