PdfImageFrames.SetJpegQuality Method

Sets the JPEG quality for all frames.

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

Syntax

C#
public void SetJpegQuality(
	int quality
)
VB
Public Sub SetJpegQuality ( 
	quality As Integer
)

Parameters

quality
Type: System.Int32
The quality to set.

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