Table of Contents

Property Quality

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

Quality

Gets the JPEG compression quality.

public int Quality { get; }

Property Value

int

The JPEG compression quality.

Remarks

The JPEG quality is a value between 1 and 100 inclusive.

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

The Convert PDF to JPG in .NET article shows how to save PDF pages as JPG images.