oneBitImageCompression Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(PdfDocumentOptions.prototype, 'oneBitImageCompression', 
   get: function(), 
   set: function(value) 
) 
oneBitImageCompression: OneBitImageCompressionType; 

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.

Remarks

For more information, refer to OneBitImageCompressionType enumeration.

Requirements

Target Platforms

Help Version 22.0.2023.2.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.