Description
Get/set printing mode for spread pages.
Syntax
optprint.DoublePrint [=] shortValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
shortValue
mode:
0 = Two singles
1 = One double
2 = Left only
3 = Right only)
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.DoublePrint = 1