LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly)

ColoredImageCompressionType Enumeration

Show in webframe







Specifies the compression types for colored images.
Syntax
public enum ColoredImageCompressionType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum ColoredImageCompressionType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ColoredImageCompressionType
public enum ColoredImageCompressionType : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.Forms.DocumentWriters.ColoredImageCompressionType = function() { };
Leadtools.Forms.DocumentWriters.ColoredImageCompressionType.prototype = {
FlateJpeg = 0, LzwJpeg = 1, Flate = 2, Lzw = 3, Jpeg = 4, FlateJpx = 5, LzwJpx = 6, Jpx = 7, };
public enum class ColoredImageCompressionType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0FlateJpeg

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

1LzwJpeg

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

2Flate

Use flate compression for compressing colored images.

3Lzw

Use LZW compression for compressing colored images.

4Jpeg

Use JPEG compression for compressing colored images.

5FlateJpxUse JPEG 2000 compression for images which are more than 8BPP, or for grayscale 8BPP, else use flate compression. Requires Leadtools.Codecs.J2k, Leadtools.Codecs.Tif and Leadtools.Codecs.Bmp
6LzwJpxUse JPEG 2000 compression for images which are more than 8BPP, or for grayscale 8BPP, else use LZW compression. Requires Leadtools.Codecs.J2k, Leadtools.Codecs.Tif and Leadtools.Codecs.Bmp
7JpxUse JPEG 2000 compression for compressing colored images. Requires Leadtools.Codecs.J2k, Leadtools.Codecs.Tif and Leadtools.Codecs.Bmp
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.

Example
For an example, refer to PdfDocumentOptions.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Forms.DocumentWriters Namespace
Programming with LEADTOOLS Document Writers
Files to be Included with Your Application
Unlocking Special LEAD Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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