Share via


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

2/27/2008

Gets the number of decimal places that the fiscal printer uses for calculations.

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

Syntax

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

Remarks

The AmountDecimalPlaces property is set by the Service Object, based on the capabilities of the device.

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