Type of compression to use on colored images when creating a PDF document.
Object.defineProperty(PdfDocumentOptions.prototype, 'coloredImageCompression',
get: function(),
set: function(value)
)
coloredImageCompression: ColoredImageCompressionType;
One of the ColoredImageCompressionType enumeration members that indicate which type of compression to use on colored images when creating a PDF document. The default value is ColoredImageCompressionType.FlateJpeg.
For more information, refer to ColoredImageCompressionType 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