VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageLoadedEventArgs Class
Constructors Properties Methods Fields SeeAlso
In This Topic
ImageLoadedEventArgs Class Members
In This Topic
The following tables list the members exposed by ImageLoadedEventArgs.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Provides a value to use with events that do not have event data. (Inherited from System.EventArgs)
Public Properties
 NameDescription
Public PropertyGets the decoding settings which was used for loading of image.
Public PropertyGets a value indicating whether not critical error occurs during loading of image.
Public PropertyGets the description of the error that occurs during loading of image.
Public PropertyGets the VintasoftImage object. (Inherited from ImageEventArgs)
Public PropertyGets the rendering settings which was used for loading of image.
Protected Methods
 NameDescription
Protected MethodSets the Image. (Inherited from ImageEventArgs)
See Also