Click or drag to resize

OpenDocumentEventArgs Constructor (RandomAccessImageSource, Int32)

Creates a new instance of OpenDocumentEventArgs specifying the image source.

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 OpenDocumentEventArgs(
	RandomAccessImageSource source,
	int frameIndex
)

Parameters

source
Type: Atalasoft.ImagingRandomAccessImageSource
The image source provided to the Open, Add or Insert method.
frameIndex
Type: SystemInt32
The frame index specified in the Open, Add or Insert method.
See Also