| Name | Description |
---|
| RenderAsEnhancedMetafileVectorFormat(GraphDocument, EmbeddedObjectRenderingOptions, Stream) |
Renders the graph document as enhanced metafile image in vector format with the options given in exportOptions |
| RenderAsEnhancedMetafileVectorFormat(GraphDocument, GraphExportOptions, Stream) |
Renders the graph document as enhanced metafile image in vector format with the options given in exportOptions |
| RenderAsEnhancedMetafileVectorFormat(GraphDocument, GraphExportOptions, String) | |
| RenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, String) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb and no background brush.
|
| RenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, BrushX, String) |
Saves the graph as an bitmap file into the file filename using the default
pixel format 32bppArgb.
|
| RenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, BrushX, PixelFormat, String) |
Saves the graph as an bitmap file into the file filename.
|
| RenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, Double, BrushX, PixelFormat, Stream) |
Renders the graph document as enhanced metafile in vector format.
|