Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Image Class
Members

In This Topic
    Image Class
    In This Topic
    A lightweight class representing an image in a file, stream, or array of bytes.

    By default, this class does not load or decode the actual pixel data unless ImageBinding.InMemoryData is passed to FromFile, GrapeCity.Documents.Imaging.TiffFrame.ToImage or GrapeCity.Documents.Imaging.GifFrame.ToImage.

    Use the ToGcBitmap method to load the image into a GrapeCity.Documents.Imaging.GcBitmap in order to access and manipulate the image data.

    Object Model
    Image Class
    Syntax
    'Declaration
     
    Public Class Image 
       Implements IImage 
    public class Image : IImage  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Drawing.Image

    See Also