ImageGear for Silverlight
ImGearIsisFileFormat Enumeration
See Also  Send Feedback
ImageGear20.Isis Assembly > ImageGear.Isis Namespace : ImGearIsisFileFormat Enumeration




Glossary Item Box

Supported image file formats.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
AutoDetect0x00000000 An appropriate file type will be chosen automatically.
Jp20x00140000 JPEG 2000 file type.
Jpg0x000B0000 JPEG file type.
Pdf0x00100000 PDF with an appropriate compression type chosen automatically.
PdfG40x00100004 PDF with CCITT Group 4 compression.
PdfJp20x0010C360 PDF with JPEG 2000 compression.
PdfJpg0x00100006 PDF with JPEG compression.
PdfLzw0x00100005 PDF with LZW compression.
PdfZip0x0010C35D PDF with ZIP compression.
Png0x00130000 PNG file type.
Tif0x00030000 TIFF with an appropriate compression type chosen automatically.
TifG40x00030004 TIFF with CCITT Group 4 compression.
TifJpg0x00030006 TIFF with JPEG compression.
TifLzw0x00030005 TIFF with LZW compression.
TifUncompressed0x00030001 TIFF uncompressed.
TifZip0x0003C35D TIFF with ZIP compression.

Remarks

Each format is a combination of a file type and a compression (e.g., TifG4 specifies TIFF file format and CCITT Group4 compression).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Isis.ImGearIsisFileFormat

See Also

©2013. Accusoft Corporation. All Rights Reserved.