PosPrinter.JrnLineWidth Property
2/27/2008
Gets the width of a line for the number of characters indicated by the JrnLineChars property, expressed in the unit of measure indicated by the MapMode property.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property JrnLineWidth As Integer
public abstract int JrnLineWidth { get; }
public:
virtual property int JrnLineWidth {
int get () abstract;
}
/** @property */
public abstract int get_JrnLineWidth ()
public abstract function get JrnLineWidth () : int
Remarks
Setting the JrnLineChars property may also update the JrnLineWidth property.
The service object sets the printer’s default line width when the device is first enabled following the Open method.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
PosPrinter.JrnLineChars Property
MapMode