VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageEncodingStartingEventArgs Class
Constructors Properties Methods Fields SeeAlso
In This Topic
    ImageEncodingStartingEventArgs Class Members
    In This Topic
    The following tables list the members exposed by ImageEncodingStartingEventArgs.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ImageEncodingStartingEventArgs class.
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic) (Inherited from System.EventArgs)
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether current saving process should be canceled.
    Public PropertyGets the image encoder that should be used for image encoding.
    Public PropertyGets or sets an image that should be encoded.
    Public PropertyGets the VintasoftImage object. (Inherited from ImageEventArgs)
    Protected Methods
     NameDescription
    Protected MethodSets the Image. (Inherited from ImageEventArgs)
    See Also