Click or drag to resize

PdfCompressionMode Enumeration

Describes PDF compression algorithm.

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 enum PdfCompressionMode
Members
  Member nameDescription
WholePage Indicates that each image passed to encoder will be compressed entirely using an appropriate image compression algorithm..
Segmented Indicates that segmentation algorithm will be applied to images.
See Also