Property OutputCompression
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
OutputCompression
Gets or sets the compression to use for this frame's image data during recompression.
public PdfImageCompression OutputCompression { get; set; }
Property Value
- PdfImageCompression
The compression to use for this frame's image data during recompression.
Remarks
The image data gets recompressed if RecompressAlways
property is true
or if the frame contains image data in one of the
formats unsupported by the PDF.
Some compression scheme are lossy (i.e. some data may be lost during compression) or require image data to be converted to black-and-white format.
The JBig2 compression methods is not supported yet.