StockCardImageSmall Property | |
Obrázok položky - používa sa vo fastfoodovej pokladnici (malý obrázok položky). Obrázok je vo forme binárnych dát (pole byt-ov).
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax public byte[] ImageSmall { get; set; }
Public Property ImageSmall As Byte()
Get
Set
Dim instance As StockCard
Dim value As Byte()
value = instance.ImageSmall
instance.ImageSmall = value
Property Value
ByteSee Also