Search
FlowChart.ImageExportOptions Property
See Also
 



Gets an object which allows customizing some parameters of the image export routines.

 Syntax

VB6  Copy Code

Public Property Get ImageExportOptions() As ImageExportOptions

C++  Copy Code

public:
ImageExportOptions* get_ImageExportOptions ()

 Property Value

An instance of the ImageExportOptions class.

 Remarks

Provides customization options for image export. Currently in that structure there are properties defining what part of the flowchart document to export, and a scaling factor for the image output. Values set in the structure are used by the CreateBitmap and SaveToBitmap methods.

 See Also