Type Default Value Read Only Static Description
Int32 100,000 No No The maximum image size, in pixels.
Notes

This property specifies the maximum width and height of images. Images that have either width or height bigger than this value will be rejected and an exception will be thrown when drawing the image.

This allows you to control the load on your server or application. Bigger images not only take up more memory, they are also slower to save to file.

See Also

XImage

Example

None.