Enum PdfImagesCompressionMode
Provides values determining the compression mode used when compressing images.
Namespace: Telerik.WinForms.Documents.FormatProviders.Pdf
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public enum PdfImagesCompressionMode
Automatic
Automatically choose the best algorithm to compress the images.
Deflate
Use the deflate algorithm to compress the images. Use PdfExportSettings.ImagesDeflaterCompressionLevel to specify the compression ratio.
Jpeg
Use JPEG to compress the images. This mode is only supported for images that are imported as JPEGs.
None
Don't compress the images.