Gets an object which allows customizing some parameters of the image export routines.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ImageExportOptions() As ImageExportOptions |
C++
Copy Code
|
|---|
public: |
An instance of the ImageExportOptions class.
RemarksProvides 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