FiscalSlipSelection Enumeration

2/27/2008

Enumerates two document types—full-length and validation—to be printed.

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

Syntax

'Declaration
Public Enumeration FiscalSlipSelection
public enum FiscalSlipSelection
public enum class FiscalSlipSelection
public enum FiscalSlipSelection
public enum FiscalSlipSelection

Members

Member name Description
FullLength Prints full-length documents.
Validation Prints validation documents.

Remarks

Used by the SlipSelection property. Members of this property replace the FPTR_SS_FULL_LENGTH and FPTR_SS_VALIDATION UPOS constants.

See Also

Reference

Microsoft.PointOfService Namespace
FiscalPrinter.SlipSelection Property