oneBitImageCompression Property (PdfDocumentOptions)

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Documents Assembly
Click or drag to resize