Description
Get/set the printable content.
Syntax
optprint.Content [=] shortValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
shortValue
0 = Standard
1 = Also not printable
2 = Also guides
3 = Layout mode
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.Content = 0
See also