ImageGear .NET v25.2 - Updated
ImageGear.Web.Isis Library / ImageGear.Web.Isis Namespace / ImGearIsisFileFormat Enumeration

In This Topic
    ImGearIsisFileFormat Enumeration
    In This Topic
    Supported file formats.
    Members
    MemberDescription
    AutoDetect0 - An appropriate compression type will be chosen automatically.
    Jp21310720 - JPEG 2000 compression.
    Jpg720896 - JPEG compression.
    Pdf1048576 - PDF compression.
    PdfG41048580 - PDF with G4 compression.
    PdfJp21098592 - PDF with JPEG 2000 compression.
    PdfJpg1048582 - PDF with JPEG compression.
    PdfLzw1048581 - PDF with LZW compression.
    PdfZip1098589 - PDF with ZIP compression.
    Png1245184 - PNG compression.
    Tif196608 - TIFF with an appropriate compression type chosen automatically.
    TifG4196612 - TIF with G4 compression.
    TifJpg196614 - TIFF with JPEG compression.
    TifLzw196613 - TIFF with LZW compression.
    TifUncompressed196609 - TIFF uncompressed.
    TifZip246621 - TIFF with ZIP compression.
    Inheritance Hierarchy

    Object
       ImageGear.Web.Isis.ImGearIsisFileFormat

    See Also