Click or drag to resize

GraphDocumentExportActionsRenderAsEnhancedMetafileVectorFormat Method

Overload List
 NameDescription
Public methodStatic memberRenderAsEnhancedMetafileVectorFormat(GraphDocument, EmbeddedObjectRenderingOptions, Stream) Renders the graph document as enhanced metafile image in vector format with the options given in exportOptions
Public Extension MethodRenderAsEnhancedMetafileVectorFormat(GraphDocument, GraphExportOptions, Stream) Renders the graph document as enhanced metafile image in vector format with the options given in exportOptions
Public Extension MethodRenderAsEnhancedMetafileVectorFormat(GraphDocument, GraphExportOptions, String) 
Public Extension MethodRenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, String) Saves the graph as an bitmap file into the file filename using the default pixel format 32bppArgb and no background brush.
Public Extension MethodRenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, BrushX, String) Saves the graph as an bitmap file into the file filename using the default pixel format 32bppArgb.
Public Extension MethodRenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, BrushX, PixelFormat, String) Saves the graph as an bitmap file into the file filename.
Public methodStatic memberRenderAsEnhancedMetafileVectorFormat(GraphDocument, Double, Double, BrushX, PixelFormat, Stream) Renders the graph document as enhanced metafile in vector format.
Top
See Also