ToPrint Property

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

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

Content Property