Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / ImageEncoding Enumeration

In This Topic
    ImageEncoding Enumeration
    In This Topic
    Specifies the encoding of the image.
    Syntax
    'Declaration
     
    Public Enum ImageEncoding 
       Inherits System.Enum
    public enum ImageEncoding : System.Enum 
    Members
    MemberDescription
    BmpBMP, Windows Bitmap Format.
    GifGIF, Graphics Interchange Format 89a.
    IcoICO, Windows Icon Format
    JpegJPEG, Joint Photographic Experts Group.
    Jpeg2kJPEG 2000 codestream.
    PngPNG, Portable Network Graphics.
    TiffTIFF, Tagged Image File Format.
    WebpWEBP image file format.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Drawing.ImageEncoding

    See Also