One bit compression type used to compress one bit per pixel images when creating a PDF document.
Object.defineProperty(PdfDocumentOptions.prototype, 'oneBitImageCompression',
get: function(),
set: function(value)
)
oneBitImageCompression: OneBitImageCompressionType;
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.
For more information, refer to OneBitImageCompressionType enumeration.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET