AdvancedPrintOptions.ManualFeedDirection Property

Publisher Developer Reference

Gets or sets the orientation (landscape or portrait) of how envelopes are fed to the printer's manual feed. Read/write.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.ManualFeedDirection

expression   A variable that represents an AdvancedPrintOptions object.

Return Value
PbOrientationType

Remarks

The ManualFeedDirection property setting, in conjunction with the AdvancedPrintOptions.ManualFeedAlign property setting, corresponds to the Envelope feed method setting in the Envelope Setup dialog box in the Microsoft Office Publisher user interface. (On the File menu, click Print Setup. On the Printer Details tab, click Advanced Printer Setup. On the Printer Setup Wizard tab, click Envelope Setup Dialog)

Possible values for ManualFeedDirection are pbOrientationLandscape (2) and pbOrientationPortrait (1).

See Also