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