PosPrinterBase.CapJrn2Color Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Indicates whether the journal can print dark plus an alternate color.

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

Syntax

'Declaration
Public Overrides ReadOnly Property CapJrn2Color As Boolean
public override bool CapJrn2Color { get; }
public:
virtual property bool CapJrn2Color {
    bool get () override;
}
/** @property */
public boolean get_CapJrn2Color ()
public override function get CapJrn2Color () : boolean

Remarks

PosPrinterBase class verifies that the device has been opened, then retrieves the value of PosPrinterProperties.CapJrn2Color.

CapJrn2Color is initialized to false by the PosPrinterProperties class. The service object should update CapJrn2Color to an appropriate value in its 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

PosPrinterBase Class
PosPrinterBase Members
Microsoft.PointOfService.BaseServiceObjects Namespace
PosPrinter.CapJrn2Color Property