C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderC1PrintableFragment Class / FindHyperlink Method
Specifies a point within the current fragment relative to the top left corner of the fragment.

In This Topic
FindHyperlink Method (RenderC1PrintableFragment)
In This Topic
Searches for a C1Hyperlink object in the current fragment at the specified position.
Syntax
'Declaration
 
Public Overridable Function FindHyperlink( _
   ByVal pt As PointD _
) As C1HyperlinkInfo
 

Parameters

pt
Specifies a point within the current fragment relative to the top left corner of the fragment.

Return Value

A C1HyperlinkInfo object describing the found C1Hyperlink, or null if none was found.
See Also