VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageLoadingEventArgs Class
Constructors Properties Methods Fields SeeAlso
In This Topic
ImageLoadingEventArgs Class Members
In This Topic
The following tables list the members exposed by ImageLoadingEventArgs.
Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the ImageLoadingEventArgs 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 or sets a value indicating whether current loading process should be canceled.
Public PropertyGets or sets the decoding settings, which must be used for loading of image.
Public PropertyGets the VintasoftImage object. (Inherited from ImageEventArgs)
Public PropertyGets or sets the rendering settings, which must be used for loading of image.
Protected Methods
 NameDescription
Protected MethodSets the Image. (Inherited from ImageEventArgs)
See Also