Share via


PointCardRW.LineHeight Property

2/27/2008

Gets or sets the point card reader/writer print line height.

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

Syntax

'Declaration
Public MustOverride Property LineHeight As Integer
public abstract int LineHeight { get; set; }
public:
virtual property int LineHeight {
    int get () abstract;
    void set (int value) abstract;
}
/** @property */
public abstract int get_LineHeight ()

/** @property */
public abstract void set_LineHeight (int value)
public abstract function get LineHeight () : int

public abstract function set LineHeight (value : int)

Remarks

If the CapPrintMode property is true, expressed in the unit of measure given by MapMode.

If changed to a height supported by the current character width, the line height is set to this value. If the exact height cannot be supported, the height is set to the closest supported value.

When LineChars is changed, LineHeight is updated to the default line height for the selected width.

The LineHeight property is typically initialized to the point card reader/writer's default line height by the service object.

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

PointCardRW Class
PointCardRW Members
Microsoft.PointOfService Namespace