Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public C1HyperlinkInfoCollection GetPageHyperlinks(
	int pageIndex,
	float dpiX,
	float dpiY
)
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Function GetPageHyperlinks ( _
	pageIndex As Integer, _
	dpiX As Single, _
	dpiY As Single _
) As C1HyperlinkInfoCollection

Parameters

pageIndex
Type: System..::..Int32
dpiX
Type: System..::..Single
dpiY
Type: System..::..Single

See Also