Click or drag to resize

PdfCodecCompression Constructor (PdfCompressionType, Double)

Constructs a new PdfCodecCompression object with the specified PdfCompressionType and default Jpeg2000 compression factor.

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,
	double jpeg2000CompressionFactor
)

Parameters

type
Type: Atalasoft.Imaging.Codec.PdfPdfCompressionType
A value specifying one of the standard PDF compressions.
jpeg2000CompressionFactor
Type: SystemDouble
Specifies the jpeg2000 compression factor to use when the type is PdfCompressionType.Jpeg2000.
See Also