Gets or sets a value indicating whether the printing of images that are displayed in nodes is enabled.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool EnableImages { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableImages As Boolean |
true to print node images; otherwise, false.
See Also