Search
VisioExporter.ExportImagesAsGroups Property
See Also
 



Specifies whether a box that contains an image should be exported as a Visio group of a shape, picture and text objects.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

Public Property Get ExportImagesAsGroups() As Boolean
Public Property Let ExportImagesAsGroups( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_ExportImagesAsGroups ()
void put_ExportImagesAsGroups (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Visio shapes cannot contain images inside them, and by default a FlowChartX box that contains an image s exported as a Visio Picture object. Unfortunately that leads to losing the box shape and the image alignment. Setting this property to true lets you export a box with an image as a group of several Visio objects that will preserve the appearance of the original FlowChartX box as closely as possible.

 See Also