CustomLabel.DotMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if the printer type for the specified custom label is dot matrix. False if the printer type is either laser or ink jet.
public:
property bool DotMatrix { bool get(); };
public bool DotMatrix { get; }
member this.DotMatrix : bool
Public ReadOnly Property DotMatrix As Boolean