Table of Contents

Property DeflateQuality

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

DeflateQuality

Gets or sets the Deflate quality.

public int DeflateQuality { get; set; }

Property Value

int

The quality to use in Deflate encoder.

Remarks

The Deflate quality value should be between 0 and 9 inclusive.

The quality value of 9 gives best compression.