Overload List
| Name | Description | |
|---|---|---|
| SaveAsImage(Stream, PictureFormat) | Saves instrument as image to the given stream with given size, scale and PictureFormat.  | |
| SaveAsImage(Stream, Int32) | Saves instrument as JPEG image into given stream with given jpegQuality.  | |
| SaveAsImage(String, PictureFormat) | Saves instrument as image to the given filename with given PictureFormat.  | |
| SaveAsImage(String, Int32) | Saves instrument as JPEG image into given filename with given jpegQuality.  | |
| SaveAsImage(Stream, Single, PictureFormat) | Saves instrument as image to the given stream with given resolution and PictureFormat.  | |
| SaveAsImage(Stream, Single, Int32) | Saves instrument as JPEG image into given stream with given resolution and jpegQuality.  | |
| SaveAsImage(String, Single, PictureFormat) | Saves instrument as image to the given filename with given resolution and PictureFormat.  | |
| SaveAsImage(String, Single, Int32) | Saves instrument as JPEG image into given filename with given resolution and jpegQuality.  | |
| SaveAsImage(Stream, Int32, Int32, PictureFormat) | Saves instrument as image to the given filename with given size and PictureFormat.  | |
| SaveAsImage(Stream, Int32, Int32, Int32) | Saves instrument as JPEG image into given stream with given size and jpegQuality.  | |
| SaveAsImage(Stream, Single, Single, PictureFormat) | Saves instrument as image to the given stream with given resolution, scale and PictureFormat.  | |
| SaveAsImage(Stream, Single, Single, Int32) | Saves instrument as JPEG image into given stream with given resolution, scale and jpegQuality.  | |
| SaveAsImage(String, Int32, Int32, PictureFormat) | Saves instrument as image to a file with given name with given height, width and PictureFormat.  | |
| SaveAsImage(String, Int32, Int32, Int32) | Saves instrument as JPEG image into given filename with given size and jpegQuality.  | |
| SaveAsImage(String, Single, Single, PictureFormat) | Saves instrument as image to the given filename with given resolution, scale and PictureFormat.  | |
| SaveAsImage(String, Single, Single, Int32) | Saves instrument as JPEG image into given filename with given resolution, scale and jpegQuality.  | |
| SaveAsImage(Stream, Int32, Int32, Single, PictureFormat) | Saves instrument as image to the given stream with given size, scale and PictureFormat.  | |
| SaveAsImage(Stream, Int32, Int32, Single, Int32) | Saves instrument as JPEG image into given stream with given size, scale and jpegQuality.  | |
| SaveAsImage(String, Int32, Int32, Single, PictureFormat) | Saves instrument as image to a file with given name.  | |
| SaveAsImage(String, Int32, Int32, Single, Int32) | Saves instrument as JPEG image into given filename with given size, scale and jpegQuality.  |