Click or drag to resize

ThumbnailDataBindingImageDataMember Property

Gets or sets the data member for the image data.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string ImageDataMember { get; set; }

Property Value

Type: String
The data member for the image data.
Remarks
If the data source is an IList, this member can be a byte array containing the image or an AtalaImage object. For other data source objects this must be a byte array field.
See Also