Gets or sets a value indicating whether invisible items should be exported.
Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf
C# Copy Code |
---|
public bool InvisibleItems { get; set; } |
Visual Basic Copy Code |
---|
Public Property InvisibleItems As Boolean |
true if invisible items should be displayed in the PDF; otherwise, false. The default is false.