Gets or sets a value indicating whether to export invisible items.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Visio
SyntaxC#
Copy Code
|
|---|
public bool ExportInvisibleItems { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ExportInvisibleItems As Boolean |
true to export invisible items; otherwise, false.
See Also