Click or drag to resize

ImageInsertEventArgs Constructor (Int32, Stream, Int32, String)

Creates a new instance of ImageInsertEventArgs specifying the stream and frame index of the image.

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 ImageInsertEventArgs(
	int insertIndex,
	Stream stream,
	int frameIndex,
	string temporaryXmpFileName
)

Parameters

insertIndex
Type: SystemInt32
The index where the image was inserted.
stream
Type: System.IOStream
The stream containing the image.
frameIndex
Type: SystemInt32
The frame index of the image.
temporaryXmpFileName
Type: SystemString
The temporary filename used for XMP annotation data.
See Also