Content Property

Build 1501 on 14/Nov/2017  This topic last edited on: 1/Mar/2013, at 13:08

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

ToPrint Property