PdfImageFrame.OutputCompression Property

Gets or sets the compression to use for this frame's image data during recompression.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfImageCompression OutputCompression { get; set; }
VB
Public Property OutputCompression As PdfImageCompression
	Get
	Set

Property Value

Type: 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.

See Also