JpegImageFormat Constructor

Initializes a new instance of the JpegImageFormat class.

public JpegImageFormat(int quality)
Public Sub New (quality As Integer)

Parameters

quality
Int32

Quality of the jpeg image.

Licensing Info

This constructor is a DynamicBarcode Creator feature. One of the following is required for non-evaluation usage:

Remarks

The value ranges from 0 to 100,where 0 indicates highly compressed and low quality and 100 indicates high quality and less compressed image.

See Also

JpegImageFormat
ceTe.DynamicBarcode.Creator

In this topic