Share via


PosPrinter.JrnLetterQuality Property

2/27/2008

Gets or sets a Boolean value that indicates whether the printer can print in high-quality mode.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride Property JrnLetterQuality As Boolean
public abstract bool JrnLetterQuality { get; set; }
public:
virtual property bool JrnLetterQuality {
    bool get () abstract;
    void set (bool value) abstract;
}
/** @property */
public abstract boolean get_JrnLetterQuality ()

/** @property */
public abstract void set_JrnLetterQuality (boolean value)
public abstract function get JrnLetterQuality () : boolean

public abstract function set JrnLetterQuality (value : boolean)

Remarks

If true, prints in high-quality mode. If false, prints in high-speed mode.

The application sets JrnLetterQuality to advise the service object that either high-quality or high-speed printing is desired. For example, printers with bidirectional print capability can be put in unidirectional mode for high quality so that column alignment is more precise.

Setting JrnLetterQuality may also cause the service object to update the JrnLineWidth, JrnLineHeight, and JrnLineSpacing properties if the MapMode property is set to MapMode.Dots. (See the note under PosPrinter.MapMode.)

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
JrnLineWidth
JrnLineHeight
JrnLineSpacing
MapMode