Edit

Share via


MailingLabel.PrintOut Method

Definition

Prints a label or a page of labels with the same address.

public void PrintOut (ref object Name, ref object Address, ref object ExtractAddress, ref object LaserTray, ref object SingleLabel, ref object Row, ref object Column, ref object PrintEPostageLabel, ref object Vertical);
abstract member PrintOut : obj * obj * obj * obj * obj * obj * obj * obj * obj -> unit
Public Sub PrintOut (Optional ByRef Name As Object, Optional ByRef Address As Object, Optional ByRef ExtractAddress As Object, Optional ByRef LaserTray As Object, Optional ByRef SingleLabel As Object, Optional ByRef Row As Object, Optional ByRef Column As Object, Optional ByRef PrintEPostageLabel As Object, Optional ByRef Vertical As Object)

Parameters

Name
Object

Optional Object. The mailing label name.

Address
Object

Optional Object. The text for the label address.

ExtractAddress
Object

Optional Object. True to use the text marked by the "EnvelopeAddress" bookmark (a user-defined bookmark) as the label text. If this argument is specified, Address and AutoText are ignored.

LaserTray
Object

Optional Object. The laser printer tray to be used. Can be any WdPaperTray constant.

SingleLabel
Object

Optional Object. True to print a single label; False to print an entire page of the same label.

Row
Object

Optional Object. The label row for a single label. Not valid if SingleLabel is False.

Column
Object

Optional Object. The label column for a single label. Not valid if SingleLabel is False.

PrintEPostageLabel
Object

Optional Object. True to print postage using an Internet e-postage vendor.

Vertical
Object

Optional Object. True prints text vertically on the label. Used for Asian-language mailing labels.

Applies to