Visual Basic
C#
Managed Extensions for C++
C++/CLI
Parameters
- extendedImageInfoType
- The extended image information type to retrieve.
Return Value
An ExtendedImageInfoContainer object containing the requested extended image information for the current image, or null if the requested extended image information is not supported by the data source.Exception | Description |
---|---|
ImageGear.Core.ImGearException | Thrown when this method is called when this object is not in the AfterPage event, i.e. the method is called from outside of the AfterPage event handler. |
This method should be called in the AfterPage event handler.