AdvancedPrintOptions.ManualFeedAlign Property

Publisher Developer Reference

Gets or sets the alignment (left, right, or center) of where envelopes are fed to the printer's manual feed. Read/write.

Version Information
 Version Added:  Publisher 2007

Syntax

expression.ManualFeedAlign

expression   A variable that represents an AdvancedPrintOptions object.

Return Value
PbPlacementType

Remarks

The ManualFeedAlign property setting, in conjunction with the AdvancedPrintOptions.ManualFeedDirection 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 ManualFeedAlign are pbPlacementCenter (3), pbPlacementLeft (1), and pbPlacementRight (2).

See Also