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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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