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
Assembly: MindFusion.Diagramming.Export.Visio
C# Copy Code |
---|
public bool ExportImagesAsGroups { get; set; } |
Visual Basic Copy Code |
---|
Public Property ExportImagesAsGroups As Boolean |
true to export nodes with images as groups; otherwise, false. The default is true.
Visio shapes cannot contain images inside them, and by default a MindFusion.Diagramming 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 MindFusion.Diagramming node as closely as possible.