Click or drag to resize

PdfCodecCompression Constructor (PdfCompressionType)

Constructs a new PdfCodecCompression object with the specified PdfCompressionType.

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
)

Parameters

type
Type: Atalasoft.Imaging.Codec.PdfPdfCompressionType
A value specifying one of the standard PDF compressions.
Remarks
This class is normally constructed by the PdfEncoder object prior to firing the SetEncoderCompression event. Clients rarely, if ever, need to construct this object on their own.
See Also