'Declaration Public Function New( _
ByVal sourceImageThe source image.As VintasoftImage, _
ByVal encodingImageAn 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 encoderThe image encoder that should be used for image encoding.As Vintasoft.Imaging.Codecs.Encoders.EncoderBase _
)
public ImageEncodingStartingEventArgs(
VintasoftImage sourceImage,
VintasoftImage encodingImage,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase encoder
)
public: ImageEncodingStartingEventArgs(
VintasoftImage* sourceImage,
VintasoftImage* encodingImage,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase* encoder
)
public:
ImageEncodingStartingEventArgs(
VintasoftImage^ sourceImage,
VintasoftImage^ encodingImage,
Vintasoft.Imaging.Codecs.Encoders.EncoderBase^ encoder
)
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.