PointCardRW.PrintHeight Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets the height of the largest character in a character set.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property PrintHeight As Integer
public abstract int PrintHeight { get; }
public:
virtual property int PrintHeight {
int get () abstract;
}
/** @property */
public abstract int get_PrintHeight ()
public abstract function get PrintHeight () : int
Remarks
When the CapPrintMode property is true, the height of the largest character in the character set, expressed in MapMode units, is stored in PrintHeight.
When the MapMode property is changed, the value of PrintHeight changes.
PrintHeight is typically initialized to the point card reader/writer's default print height by the service object. It should then be kept current by the service object while the device is enabled.
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
PointCardRW.CapPrintMode Property
PointCardRW.MapMode Property