Click or drag to resize

GraphDocumentExportActionsRenderAsBitmapToFile Method

Overload List
 NameDescription
Public Extension MethodRenderAsBitmapToFile(GraphDocument, String, GraphExportOptions) Saves the graph as an bitmap file into the file filename using the default pixel format 32bppArgb.
Public Extension MethodRenderAsBitmapToFile(GraphDocument, String, ImageFormat, Double) Saves the graph as an bitmap file into the file filename using the default pixel format 32bppArgb and no background brush.
Public Extension MethodRenderAsBitmapToFile(GraphDocument, String, ImageFormat, BrushX, Double) Saves the graph as an bitmap file into the file filename using the default pixel format 32bppArgb.
Public Extension MethodRenderAsBitmapToFile(GraphDocument, String, ImageFormat, BrushX, PixelFormat, Double, Double) Saves the graph as an bitmap file into the file filename.
Top
See Also