C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1HyperlinkInfo Class / Areas Property

In This Topic
Areas Property
In This Topic
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.
Syntax
'Declaration
 
Public ReadOnly Property Areas As C1HyperlinkInfo.AreaCollection
 
See Also