Click or drag to resize

ImageInsertEventArgs Constructor (Int32, String, Int32, String)

Creates a new instance of ImageInsertEventArgs specifying the filename 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,
	string fileName,
	int frameIndex,
	string temporaryXmpFileName
)

Parameters

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