Property MaxImageSize
MaxImageSize
Gets the maximum size, in pixels, of the longest edge of an image attachment.
Declaration
public uint MaxImageSize { get; }
Property Value
| Type | Description |
|---|---|
| uint | The maximum size, in pixels, of the longest edge of an image attachment. |
Remarks
The maximum possible integer value indicates images are not resized. Larger images are resized so their longest edge is no greater than this value while maintaining aspect ratio.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300.1 |
| .NET Windows | 300.1 |
| .NET Android | 300.1 |
| .NET iOS | 300.1 |