EVO PDF Logo

LinkUrlElement Constructor

EVO PDF Client for .NET Framework
Constructs a URL link element

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient (in EvoPdfClient.dll) Version: 10.0.0.0 (10.0.0.0)
Syntax

public LinkUrlElement(
	RectangleFloat linkRectangle,
	string linkURL
)

Parameters

linkRectangle
Type: EvoPdfClientRectangleFloat
The link rectangle in page
linkURL
Type: SystemString
The link destination URL
See Also

Reference