Enum
ImageFilterTypes

Encoding filters used for images during PDF export, impacting compression, speed, and compatibility.

Definition

Namespace:Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Export

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public enum ImageFilterTypes

Fields

DCTDecode

Encode images with DCTDecode (JPEG) lossy compression.

Declaration

cs-api-definition
DCTDecode = 3

Field Value

ImageFilterTypes

Default

Preserve original image encoding when possible (fastest, no re-encode).

Declaration

cs-api-definition
Default = 0

Field Value

ImageFilterTypes

FlateDecode

Encode images with FlateDecode (zlib/deflate) lossless compression.

Declaration

cs-api-definition
FlateDecode = 2

Field Value

ImageFilterTypes

None

Do not encode images (largest size, fastest decode).

Declaration

cs-api-definition
None = 1

Field Value

ImageFilterTypes

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