Share via


FiscalPrinter.QuantityDecimalPlaces Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the number of decimal digits in the fractional part that should be assumed to be in any quantity parameter that is passed to this service object.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property QuantityDecimalPlaces As Integer
public abstract int QuantityDecimalPlaces { get; }
public:
virtual property int QuantityDecimalPlaces {
    int get () abstract;
}
/** @property */
public abstract int get_QuantityDecimalPlaces ()
public abstract function get QuantityDecimalPlaces () : int

Remarks

QuantityDecimalPlaces is set and 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

FiscalPrinter Class
FiscalPrinter Members
Microsoft.PointOfService Namespace