Click or drag to resize

PdfCodecCompression Constructor (PdfCompressionType, Int32)

Constructs a new PdfCodecCompression object with the specified PdfCompressionType and default quality.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public PdfCodecCompression(
	PdfCompressionType type,
	int jpegQuality
)

Parameters

type
Type: Atalasoft.Imaging.Codec.PdfPdfCompressionType
A value specifying one of the standard PDF compressions.
jpegQuality
Type: SystemInt32
A value between 0 and 100 specifying jpeg quality. 1 is best compression and least quality, 100 is least compression and best quality.
See Also