VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / PdfImageCompression Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
PdfImageCompression Enumeration
In This Topic
Specifies available compression algorithms for images stored in PDF file.
Syntax
'Declaration

Public Enum PdfImageCompression
   Inherits System.Enum

public enum PdfImageCompression : System.Enum

Members
MemberDescription
NoneImage in PDF file will be saved without compression.
CcittFaxImage in PDF file will be compressed with CCITT Fax Group 4 compression.
LzwImage in PDF file will be compressed with LZW compression.
JpegImage in PDF file will be compressed with JPEG compression.
ZipImage in PDF file will be compressed with ZIP compression.
Jbig2Image in PDF file will be compressed with JBIG 2 compression.
Jpeg2000Image in PDF file will be compressed with JPEG 2000 compression.
AutoCompression is used automatically. Selects compression of source image (if possible) or CcittFax compression is used for black-white images, Zip compression is used for palette and color images.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Vintasoft.Imaging.Codecs.Encoders.PdfImageCompression

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also