Envelope.DefaultPrintBarCode Property

Determines if a POSTNET bar code is added to envelopes or mailing labels by default.

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

Syntax

'Declaration
Property DefaultPrintBarCode As Boolean
    Get
    Set
'Usage
Dim instance As Envelope
Dim value As Boolean

value = instance.DefaultPrintBarCode

instance.DefaultPrintBarCode = value
bool DefaultPrintBarCode { get; set; }

Property Value

Type: System.Boolean

Remarks

This property returns True if a POSTNET bar code is added to envelopes or mailing labels by default, and False if not.

For U.S. mail only. For envelopes, this property must be set to True before the DefaultPrintFIMA property is set.

See Also

Reference

Envelope Interface

Envelope Members

Microsoft.Office.Interop.Word Namespace