oneBitImageCompression Property (original) (raw)

Summary

One bit compression type used to compress one bit per pixel images when creating a PDF document.

Syntax

Object.defineProperty(PdfDocumentOptions.prototype, 'oneBitImageCompression', get: function(), set: function(value) )

Property Value

One of the OneBitImageCompressionType enumeration members that indicate which one bit compression type to use for compressing one bit per pixel images when creating a PDF document. The default value is OneBitImageCompressionType.Jbig2.

Leadtools.Document Assembly