| IImage Interface | 
Namespace: CefSharp
 Syntax
SyntaxThe IImage type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Height | 
            Returns the image height in density independent pixel(DIP) units.
             | 
|  | IsEmpty | 
            Returns true if this Image is empty.
             | 
|  | Width | 
            Returns the image width in density independent pixel(DIP) units.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetAsBitmap | 
            Returns the bitmap representation that most closely matches scaleFactor.
             | 
|  | GetAsJPEG | 
            Returns the JPEG representation that most closely matches scaleFactor.
             | 
|  | GetAsPNG | 
            Returns the PNG representation that most closely matches scaleFactor.
             | 
|  | GetRepresentationInfo | 
            Returns information for the representation that most closely matches scaleFactor.
             | 
|  | HasRepresentation | 
            Returns true if this image contains a representation for scaleFactor.
             | 
|  | IsSame | 
            Returns true if this Image and that Image share the same underlying storage.
             | 
|  | RemoveRepresentation | 
            Removes the representation for scaleFactor.
             | 
 See Also
See Also