[]
Helper class containing additional information about a C1Hyperlink (the list of pages and areas on those pages where that hyperlink occurs).
public class C1HyperlinkInfo
Name | Description |
---|---|
C1HyperlinkInfo(C1Hyperlink, C1LinkTarget) | Initializes a new instance of the C1HyperlinkInfo class. |
Name | Description |
---|---|
Areas | Gets the C1HyperlinkInfo.AreaCollection containing the areas occupied by the hyperlink on different RenderFragment objects. Typically this collection would contain just one element, but can contain more if the hyperlink is split between pages. |
Hyperlink | Gets the C1Hyperlink associated with the current object. |
LinkTarget | Gets the C1LinkTarget where hyperlink points, it can differ from Hyperlink.LinkTarget if Linktarget contains calculated fields. |
State | Gets or sets value of State property. |
StatusText | Gets value of StatusText property. |