Codeunit 3010 DotNet_Image in 21
- App
- Base Application
- Obsolete
- Pending 19.0. This codeunit is obsolete. Use the Image codeunit in the Image Module instead.
Versions171819202122232425262728latest
Source-
Procedures, 9
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| FromStream | (InStream) | public | - | ||||
| RawFormat | (var Codeunit DotNet_ImageFormat) | public | Pending 19.0 | ||||
| Provide format in Save() function instead | |||||||
| FromBitmap | (Integer, Integer) | public | - | ||||
| Save | (var OutStream, Codeunit DotNet_ImageFormat) | public | Pending 19.0 | ||||
| Codeunit has been replaced by enum in the Image module | |||||||
| GetWidth | () | Integer | public | - | |||
| GetHeight | () | Integer | public | - | |||
| Dispose | () | public | Pending 19.0 | ||||
| Removed as we do not need to handle memory allocation in the new module. | |||||||
| GetImage | (var DotNet Image) | public | Pending 19.0 | ||||
| Removed as we only support streams | |||||||
| SetImage | (DotNet Image) | public | Pending 19.0 | ||||
| Removed as we only support streams | |||||||