Enum
PdfImagesCompressionMode

Provides values determining the compression mode used when compressing images.

Definition

Namespace:Telerik.Windows.Documents.FormatProviders.Pdf

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum PdfImagesCompressionMode

Fields

Automatic

Automatically choose the best algorithm to compress the images.

Declaration

cs-api-definition
Automatic = 3

Field Value

PdfImagesCompressionMode

Deflate

Use the deflate algorithm to compress the images. Use PdfExportSettings.ImagesDeflaterCompressionLevel to specify the compression ratio.

Declaration

cs-api-definition
Deflate = 1

Field Value

PdfImagesCompressionMode

Jpeg

Use JPEG to compress the images. This mode is only supported for images that are imported as JPEGs.

Declaration

cs-api-definition
Jpeg = 2

Field Value

PdfImagesCompressionMode

None

Don't compress the images.

Declaration

cs-api-definition
None = 0

Field Value

PdfImagesCompressionMode

In this article
DefinitionFieldsAutomaticDeflateJpegNone
Not finding the help you need?
Contact Support