Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / RawImage Class
Properties Methods

In This Topic
    RawImage Class Members
    In This Topic

    The following tables list the members exposed by RawImage.

    Public Properties
     NameDescription
    Public PropertyGets the image data.  
    Public PropertyGets the format of the image.  
    Public PropertyGets the height of the image in pixels.  
    Public PropertyGets the horizontal resolution of the image.  
    Public PropertyGets the vertical resolution of the image.  
    Public PropertyGets the width of the image in pixels.  
    Top
    Public Methods
     NameDescription
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of the RawImage class from a byte array, RawImage supports only JPEG or JPEG2000 image formats.  
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of the RawImage class from a disk file, RawImage supports only JPEG or JPEG2000 image formats.  
    Public Methodstatic (Shared in Visual Basic)Creates a new instance of the RawImage class from a stream, RawImage supports only JPEG or JPEG2000 image formats.  
    Top
    See Also