Shape.ExportToImage Method
Name | Parameters | Description |
---|---|---|
ExportToImage() | none | Saves the drawing object as an image. |
ExportToImage(Stream, ImageFileFormat) | stream, format | Saves the drawing object as an image in the specified format. |
ExportToImage(String, ImageFileFormat) | fileName, format | Saves the drawing object as an image in the specified format. |