PdfDocumentOptionsEnableCcittCompressionForBilevelImages Property Terminal Works - PDF Printing.Net Library
Gets or sets a value indicating whether to compress bilevel images using CCITT compression. With true, PDFEdit will try FlateDecode CCITT and will use the smallest one or a combination of both. With false, PDFEdit will always use FlateDecode only - files may be a few bytes larger, but file creation is faster.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.1.1.0 (5.1.1.0)
Syntax

public bool EnableCcittCompressionForBilevelImages { get; set; }

Property Value

Type: Boolean
See Also

Reference