PdfImageFrame.JpegQuality Property

Gets or sets the JPEG quality.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public int JpegQuality { get; set; }
VB
Public Property JpegQuality As Integer
	Get
	Set

Property Value

Type: Int32
The quality to use in JPEG encoder.

Remarks

The JPEG quality value should be between 1 and 100 inclusive.

The quality value of 100 preserves most details but produces biggest output.

See Also