CustomLabel.DotMatrix Property
True if the printer type for the specified custom label is dot matrix. False if the printer type is either laser or ink jet.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property DotMatrix As Boolean
Get
'Usage
Dim instance As CustomLabel
Dim value As Boolean
value = instance.DotMatrix
bool DotMatrix { get; }
Property Value
Type: System.Boolean