Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

OneBitImageCompression Property

Show in webframe
One bit compression type used to compress one bit per pixel images when creating a PDF document.
Syntax
get_oneBitImageCompression();
set_oneBitImageCompression(value);
Object.defineProperty('oneBitImageCompression');

Property Value

TypeDescription
OneBitImageCompressionTypeOne 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.

Example
For an example, refer to PdfDocumentOptions.
See Also

Reference

PdfDocumentOptions Object
PdfDocumentOptions Members

Error processing SSI file