Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / RawImageFormat Enumeration

In This Topic
    RawImageFormat Enumeration
    In This Topic
    Specifies a format of RawImage.
    Syntax
    'Declaration
     
    Public Enum RawImageFormat 
       Inherits System.Enum
    public enum RawImageFormat : System.Enum 
    Members
    MemberDescription
    JpegJPEG image.
    Jpeg2000JPEG2000 image.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Pdf.RawImageFormat

    See Also