Click or drag to resize

LinkUrlElement Constructor

Constructs a URL link element

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public LinkUrlElement(
	RectangleF linkRectangle,
	string linkURL
)

Parameters

linkRectangle
Type: System.DrawingRectangleF
The link rectangle in page
linkURL
Type: SystemString
The link destination URL
See Also