Click or drag to resize

ImageInsertEventArgs Properties

The ImageInsertEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyFileName
Gets the filename of the image or null (Nothing in VB) if no filename was provided.
Public propertyFrameIndex
Gets the frame index of the image.
Public propertyImage
Gets the image of null (Nothing in VB) if an image was not provided.
Public propertyImageSource
Gets the image source containing the image or null (Nothing in VB) if an image source was not provided.
Public propertyInsertIndex
Gets the index where the image was inserted.
Public propertyStream
Gets the stream containing the image or null (Nothing in VB) if a stream was not provided.
Public propertyTemporaryXmpFileName
Gets the temporary filename used for XMP annotation data.
Top
See Also