oneBitImageCompression Property

Summary

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

Syntax

JavaScript Syntax
Object.defineProperty(PdfDocumentOptions.prototype, 'oneBitImageCompression', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly