Click or drag to resize

ThumbnailDataBinding Constructor (Object, String, String)

Creates a new instance of ThumbnailDataBinding specifying the data source, filename and frame index data members.

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 fileNameDataMember,
	string frameIndexDataMember
)

Parameters

dataSource
Type: SystemObject
The data source for this binding. This can be a DataView or DataTable.
fileNameDataMember
Type: SystemString
The data member for the image filename.
frameIndexDataMember
Type: SystemString
The data member of the frame index of the image.
See Also