Click or drag to resize

ThumbnailImageViewerSynchronizerOpen Method (RandomAccessImageSource, ThumbnailCaptionRequestEventHandler)

Opens images from a RandomAccessImageSource.

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 void Open(
	RandomAccessImageSource imageSource,
	ThumbnailCaptionRequestEventHandler captionRequestHandler
)

Parameters

imageSource
Type: Atalasoft.ImagingRandomAccessImageSource
The image source containing images to load.
captionRequestHandler
Type: Atalasoft.Imaging.WinControlsThumbnailCaptionRequestEventHandler
A ThumbnailCaptionRequestEventHandler to call when a caption and/or tooltip is needed for a thumbnail.
Exceptions
ExceptionCondition
ArgumentNullException Thrown if the imageSource argument is null (Nothing in VB).
ArgumentException Thrown if the image source does not know its total image count.
See Also