Table of Contents

Method SetJpegQuality

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

SetJpegQuality(int)

Sets the JPEG quality for all frames.

public void SetJpegQuality(int quality)

Parameters

quality int

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.