Search
PdfExporter.InvisibleItems Property
See Also
 





Gets or sets a value indicating whether invisible items should be exported.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Pdf

 Syntax

C#  Copy Code

public bool InvisibleItems { get; set; }

Visual Basic  Copy Code

Public Property InvisibleItems As Boolean

 Property Value

true if invisible items should be displayed in the PDF; otherwise, false. The default is false.

 See Also