In This Topic
The following tables list the members exposed by Image.
Public Properties
Public Methods
| Name | Description |
| Dispose | Disposes the current instance. |
| FromBytes | Creates an Image from a byte array. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported. |
| FromFile | Creates an Image from a file. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported. |
| FromStream | Creates an Image from a stream. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported. |
| ToGcBitmap | Overloaded. Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current Image. |
| ToStream | Saves the source image (all frames) to a MemoryStream. |
Top
See Also