Click or drag to resize

ThumbnailDataBinding Constructor (Object, String)

Creates a new instance of ThumbnailDataBinding specifying the data source and image data member.

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 ThumbnailDataBinding(
	Object dataSource,
	string imageDataMember
)

Parameters

dataSource
Type: SystemObject
The data source for this binding. This can be a DataView or DataTable.
imageDataMember
Type: SystemString
The data member for the image. 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