MindFusion.Wpf Pack Programmer's Guide
VisioExporter.ExportImagesAsGroups Property
See Also
 





Gets or sets a value indicating whether a node that contains an image should be exported as a Visio group of a shape, picture and text objects.

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.VisioExport

 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 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 node as closely as possible.

 See Also

VisioExporter Members
VisioExporter Class
MindFusion.Diagramming.Wpf.Export Namespace