MailingLabel.DefaultPrintBarCode Property
True 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 MailingLabel
Dim value As Boolean
value = instance.DefaultPrintBarCode
instance.DefaultPrintBarCode = value
bool DefaultPrintBarCode { get; set; }
Property Value
Type: System.Boolean
Remarks
For U.S. mail only. For envelopes, this property must be set to True before the DefaultPrintFIMA property is set.