Page tree
Skip to end of metadata
Go to start of metadata

Introduced in build 9.1

 

Overload

Description

SaveImage(String, ImageFormat)

 Saves an Area as a specified image format at a specified file path. 

SaveImage(String, ImageFormat, int?, int?)

 Saves an Area as a specified image format with specific dimensions in pixels at a specified file path.

SaveImage(System.IO.Stream, ImageFormat)

 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.
  • No labels