VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / ImageEncodingStartingEventArgs Class / ImageEncodingStartingEventArgs Constructor(VintasoftImage,VintasoftImage,EncoderBase)
Syntax Requirements SeeAlso
In This Topic
ImageEncodingStartingEventArgs Constructor(VintasoftImage,VintasoftImage,EncoderBase)
In This Topic
Initializes a new instance of the ImageEncodingStartingEventArgs class.
Syntax
'Declaration

Public Function New( _
ByVal sourceImage
The source image.
As VintasoftImage, _
ByVal encodingImage
An image that should be encoded. This image equals to the source image if source image represents raster image (for example, JPEG image). This image represents rendered image of vector page if source image represents vector page (for example, DOCX page).
As VintasoftImage, _
ByVal encoder
The image encoder that should be used for image encoding.
As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
)

Parameters

sourceImage
The source image.
encodingImage
An image that should be encoded. This image equals to the source image if source image represents raster image (for example, JPEG image). This image represents rendered image of vector page if source image represents vector page (for example, DOCX page).
encoder
The image encoder that should be used for image encoding.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also