CenterPage Property

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

Description

If value = True, centers the page on the paper. Default is False.

Note: when the page is centered, the top/left margins are ignored.

This is available in the version 1.6 or newer.

Syntax

optprint.CenterPage = True/False

optprint

print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")

Example

Dim optPrint As Editorial.PrintOptions = Fred.GetPDFOptions("")

optPrint.CenterPage = True

See also

FitToPage Property