Specifies how various export components should treat the HyperLink property of items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum HyperLinkStyle |
Visual Basic Copy Code |
---|
Public Enum HyperLinkStyle |
Member name | Description | |
---|---|---|
None |
Do not generate hyperlinks. |
|
Shape |
Generate hyperlinks that correspond to the item's shape. |
|
ShapeAndText |
Generate hyperlinks for the item's shape and text bounding rectangle. |
|
Text |
Generate hyperlinks for the text bounding rectangle. |
At this time, members of this enumeration can be assigned to the HyperLinkStyle property of SvgExporter and PdfExporter.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |