Introduced in build 9.1
Overload | Description |
---|---|
Saves an Area as a specified image format at a specified file path. | |
Saves an Area as a specified image format with specific dimensions in pixels at a specified file path. | |
Writes an Area as an image to the specified stream. | |
SaveImage(System.IO.Stream, ImageFormat, int?, int?) | Writes an Area as an image with the specified dimensions in pixels to the specified stream. |