ZebraCardImageImageData Property
|
Returns the raw bitmap image data.
Namespace:
Zebra.Sdk.Card.Graphics
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public byte[] ImageData { get; }
Public ReadOnly Property ImageData As Byte()
Get
public:
virtual property array<unsigned char>^ ImageData {
array<unsigned char>^ get () sealed;
}
Property Value
Type:
ByteImplements
ZebraCardImageIImageDataSee Also