Codeunit 3970 Image Impl. in 21
- App
- System Application
Versions171819202122232425262728latest
Procedures, 14
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Clear | (Integer, Integer, Integer, Integer) | public | - | |
| Crop | (Integer, Integer, Integer, Integer) | public | - | |
| Resize | (Integer, Integer) | public | - | |
| ToBase64 | () | Text | public | - |
| FromBase64 | (Text) | public | - | |
| FromStream | (InStream) | public | - | |
| GetFormat | () | Enum Image Format | public | - |
| SetFormat | (Enum Image Format) | public | - | |
| GetFormatAsString | () | Text | public | - |
| GetWidth | () | Integer | public | - |
| GetHeight | () | Integer | public | - |
| RotateFlip | (Enum Rotate Flip Type) | public | - | |
| Save | (OutStream) | public | - | |
| GetRotateFlipType | () | Enum Rotate Flip Type | public | - |