DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IImage Interface
Properties Methods

IImage Interface Members

The following tables list the members exposed by IImage.

Public Properties
 NameDescription
 PropertyGets a value indicating whether the image was not initialized or has already been disposed.  
 PropertyIf possible, gets an instance of GrapeCity.Documents.Imaging.Exif.ExifProfile with Exif metadata of the image.  
 PropertyGets the height of the image, in pixels.  
 PropertyGets the horizontal resolution of the image, in dots per inch.  
 PropertyGets the flip and rotate transformations that must be applied to the image.  
 PropertyGets the vertical resolution of the image, in dots per inch.  
 PropertyGets the width of the image, in pixels.  
Top
Public Methods
 NameDescription
 Method (Inherited from System.IDisposable)
 MethodOverloaded. Retrieves the underlying GrapeCity.Documents.Imaging.GcBitmap object, or creates a new GrapeCity.Documents.Imaging.GcBitmap that contains the image data.

Note that you should dispose the returned GrapeCity.Documents.Imaging.GcBitmap if disposeAfterUse is true.

 
Top
See Also