IDocumentPrinter.PageSetup

Syntax

PageSetup(SectionIndex: Integer; [ParentWindow: IWin23Window = Null]);

Parameters

SectionIndex is a parameter that determines index of the section, the parameters of which should be changed.

ParentWindow is a window for which this dialog box is opened modally. By default the ParentWindow is a current form.

Description

The PageSetup method opens the Page Parameters dialog box for the specified section of the document.

Comments

The contents of the dialog box are determined by the object that is connected as a source for the current DocumentPrinter component.

See also:

IDocumentPrinter