Partager via


PageSetup.FirstPageTray Property (Word)

Returns or sets the paper tray to use for the first page of a document or section. Read/write WdPaperTray.

Syntax

expression .FirstPageTray

expression Required. A variable that represents a PageSetup object.

Example

This example sets the tray to use for printing the first page of each section in the active document.

ActiveDocument.PageSetup.FirstPageTray = wdPrinterLowerBin

This example sets the tray to use for printing the first page of each section in the selection.

Selection.PageSetup.FirstPageTray = wdPrinterUpperBin

See Also

Concepts

PageSetup Object Members

PageSetup Object