Get or set the compression applied to the image data inside the PDF document.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public Compression Compression { get; set; }
Visual Basic
Public Property Compression As Compression
	Get
	Set

Remarks

This is a best-effort setting. Images that are already compressed will in most cases not be recoded to another compression. Uncompressed images will honor the compression setting.

See Also