Share via


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

2/27/2008

Gets or sets the type of the fiscal receipt.

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

Syntax

'Declaration
Public MustOverride Property FiscalReceiptType As FiscalReceiptType
public abstract FiscalReceiptType FiscalReceiptType { get; set; }
public:
virtual property FiscalReceiptType FiscalReceiptType {
    FiscalReceiptType get () abstract;
    void set (FiscalReceiptType value) abstract;
}
/** @property */
public abstract FiscalReceiptType get_FiscalReceiptType ()

/** @property */
public abstract void set_FiscalReceiptType (FiscalReceiptType value)
public abstract function get FiscalReceiptType () : FiscalReceiptType

public abstract function set FiscalReceiptType (value : FiscalReceiptType)

Remarks

Valid values are defined by the FiscalReceiptType enumeration.

Setting FiscalReceiptType is only allowed in the Monitor state.

FiscalReceiptType is only valid if CapFiscalReceiptType is true.

FiscalReceiptType 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