The following tables list the members exposed by Image.
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | Dispose | Disposes the current instance. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | FromBytes | Creates an Image from a byte array. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | FromFile | Creates an Image from a file. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | FromStream | Creates an Image from a stream. JPEG, PNG, WEBP, GIF, BMP and TIFF formats are supported. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ToGcBitmap | Overloaded. Creates an instance of the GrapeCity.Documents.Imaging.GcBitmap class from the current Image. |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | ToStream | Saves the source image (all frames) to a MemoryStream. |
Top