Click or drag to resize

ImageInsertEventArgs Constructor (Int32, AtalaImage, String)

Creates a new instance of ImageInsertEventArgs specifying the added 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,
	AtalaImage image,
	string temporaryXmpFileName
)

Parameters

insertIndex
Type: SystemInt32
The index where the image was inserted.
image
Type: Atalasoft.ImagingAtalaImage
The image that was inserted.
temporaryXmpFileName
Type: SystemString
The temporary filename used for XMP annotation data.
See Also