FiscalPrinter.CapPositiveSubtotalAdjustment Property

2/27/2008

Gets a Boolean value that indicates whether you can use the PrintRecSubtotalAdjustment method to apply surcharges.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property CapPositiveSubtotalAdjustment As Boolean
public abstract bool CapPositiveSubtotalAdjustment { get; }
public:
virtual property bool CapPositiveSubtotalAdjustment {
    bool get () abstract;
}
/** @property */
public abstract boolean get_CapPositiveSubtotalAdjustment ()
public abstract function get CapPositiveSubtotalAdjustment () : boolean

Remarks

If true, then you can apply surcharges through the PrintRecSubtotalAdjustment method. Otherwise, the value is false.

This property is initialized by the Open method.

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