GraphDocumentExportActions Methods | 
The GraphDocumentExportActions type exposes the following members.
Methods|   | Name | Description | 
|---|
  | RenderAsBitmap(GraphDocument, EmbeddedObjectRenderingOptions, PixelFormat) |   | 
  | RenderAsBitmap(GraphDocument, BrushX, PixelFormat, Double, Double) | 
            Saves the graph as an bitmap file and returns the bitmap.
             | 
  | RenderAsBitmap(GraphDocument, BrushX, BrushX, PixelFormat, Double, Double) | 
            Saves the graph as an bitmap file and returns the bitmap.
             | 
  | RenderToStream(GraphDocument, Stream, GraphExportOptions) | 
            Saves the graph as into a stream.
             | 
  | RenderToStream(GraphDocument, Stream, BrushX, BrushX, PixelFormat, Double, Double) | 
            Saves the graph into a stream.
             | 
Top
See Also