LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColoredImageCompressionType Enumeration
See Also  
Leadtools.Forms.DocumentWriters Namespace : ColoredImageCompressionType Enumeration



The ColoredImageCompressionType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Specifies the compression types for colored images.

Syntax

Visual Basic (Declaration) 
Public Enum ColoredImageCompressionType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ColoredImageCompressionType
C# 
public enum ColoredImageCompressionType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ColoredImageCompressionType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Flate

Use flate compression for compressing colored images.

FlateJpeg

Use JPEG compression for images which are more than 8BPP, or for grayscale 8BPP, else use flate compression.

Jpeg

Use JPEG compression for compressing colored images.

Lzw

Use LZW compression for compressing colored images.

LzwJpeg

Use JPEG compression for images which are more than 8BPP, or for grayscale 8BPP, else use LZW compression.

Example

For an example, refer to PdfDocumentOptions.

Remarks

You can use the ColoredImageCompressionType to control the compression type for colored images (i.e. images more than one bits per pixel) in the final document created by the LEADTOOLS Document Writer. The DocumentFormat.Pdf supports selecting compression types in the final document.

Use the PdfDocumentOptions.ColoredImageCompression property to control the compression type for colored images when creating PDF documents.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.DocumentWriters.ColoredImageCompressionType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features