Click or drag to resize

OpenDocumentEventArgs Constructor (Stream, Int32)

Creates a new instance of OpenDocumentEventArgs specifying the Stream.

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(
	Stream stream,
	int frameIndex
)

Parameters

stream
Type: System.IOStream
The Stream passed into the Open, Add or Insert method.
frameIndex
Type: SystemInt32
The frame index specified in the Open, Add or Insert method.
See Also