MailingLabel.DefaultLaserTray Property

Returns or sets the default paper tray that contains sheets of mailing labels.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property DefaultLaserTray As WdPaperTray
    Get
    Set
'Usage
Dim instance As MailingLabel
Dim value As WdPaperTray

value = instance.DefaultLaserTray

instance.DefaultLaserTray = value
WdPaperTray DefaultLaserTray { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdPaperTray

Remarks

The DefaultLaserTray property can be one of the WdPaperTray constants.

See Also

Reference

MailingLabel Interface

MailingLabel Members

Microsoft.Office.Interop.Word Namespace