DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / Image Class
Members

Image Class
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 
 
Inheritance Hierarchy

System.Object
   GrapeCity.Documents.Drawing.Image

See Also