'Declaration Public Function New( _
ByVal imageA first page image.As Vintasoft.Imaging.VintasoftImage, _
ByVal settingsEncoding settings of new Jpeg file.As Vintasoft.Imaging.Codecs.Encoders.JpegEncoderSettings, _
ByVal encodingProgressHandler of the image encoding.As System.EventHandler(Of ProgressEventArgs) _
)
public JpegFile(
Vintasoft.Imaging.VintasoftImage image,
Vintasoft.Imaging.Codecs.Encoders.JpegEncoderSettings settings,
System.EventHandler<ProgressEventArgs> encodingProgress
)
Parameters
- image
- A first page image.
- settings
- Encoding settings of new Jpeg file.
- encodingProgress
- Handler of the image encoding.