Search
VisioExporter.ExportImagesAsGroups Property
See Also
 





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

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Visio

 Syntax

C#  Copy Code

public bool ExportImagesAsGroups { get; set; }

Visual Basic  Copy Code

Public Property ExportImagesAsGroups As Boolean

 Property Value

true to export nodes with images as groups; otherwise, false. The default is true.

 Remarks

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

 See Also