PosPrinter.CapJrnColor Property (POS for .NET v1.12 SDK Documentation)
2/27/2008
Gets available journal color cartridges.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CapJrnColor As PrinterColors
public abstract PrinterColors CapJrnColor { get; }
public:
virtual property PrinterColors CapJrnColor {
PrinterColors get () abstract;
}
/** @property */
public abstract PrinterColors get_CapJrnColor ()
public abstract function get CapJrnColor () : PrinterColors
Remarks
Possible values are defined by the PrinterColors enumeration.
If the CapJrnPresent property is set to false, CapJrnColor is set to PrinterColors.None. Otherwise, CapJrnColor is a logical OR combination of the other PrinterColors values.
CapJrnColor 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
PosPrinter Class
PosPrinter Members
Microsoft.PointOfService Namespace
CapJrnPresent
PrinterColors