Description
Get/set printed page rotation-
Syntax
optprint.Rotation [=] shortValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
shortValue
0 = not rotated
1 = 90
2 = 180
3 = 270
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.Rotation = 0