NRasterImageExporter<TContent> Class Methods
In This Topic
For a list of all members of this type, see NRasterImageExporter<TContent> members.
Public Methods
| | Name | Description |
 | CopyToClipboard | Overloaded. Overridden. Copies a raster image to the clipboard. The image contains a rasterization of the document for the specified bounds and is generated with the specified dpi. |
 | CreateImage | Overloaded. Exports the whole document to a raster image. |
 | CreateRaster | Creates a raster by rendering the specified area of the document with the specified DPI. |
 | SaveAsImage | Overloaded. Shows a file dialog for selecting an image file and exports the document to an image. |
 | SaveToStream | Overloaded. Overridden. Exports the specified bounds of the document to an image and saves it to the given stream. |
Top
Protected Methods
See Also