Click or drag to resize

GraphDocumentExportActions Methods

The GraphDocumentExportActions type exposes the following members.

Methods
 NameDescription
Public Extension MethodRenderAsBitmap(GraphDocument, EmbeddedObjectRenderingOptions, PixelFormat) Renders the graph document as a bitmap using the specified embedded-object rendering options.
Public Extension MethodRenderAsBitmap(GraphDocument, BrushX, PixelFormat, Double, Double) Saves the graph as an bitmap file and returns the bitmap.
Public Extension MethodRenderAsBitmap(GraphDocument, BrushX, BrushX, PixelFormat, Double, Double) Saves the graph as an bitmap file and returns the bitmap.
Public Extension MethodRenderToStream(GraphDocument, Stream, GraphExportOptions) Saves the graph as into a stream.
Public Extension MethodRenderToStream(GraphDocument, Stream, BrushX, BrushX, PixelFormat, Double, Double) Saves the graph into a stream.
Top
See Also