SlipPrinterCapabilities.IsBitmapSupported Property

Definition

Gets whether the slip printer station can print bitmaps.

public:
 property bool IsBitmapSupported { bool get(); };
bool IsBitmapSupported();
public bool IsBitmapSupported { get; }
var boolean = slipPrinterCapabilities.isBitmapSupported;
Public ReadOnly Property IsBitmapSupported As Boolean

Property Value

Boolean

bool

True if the slip printer station can print bitmaps; otherwise false.

Implements

Applies to

See also