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