EVO PDF Logo

FileLinkElement Constructor

EVO PDF Client for .NET Core
Constructs a file link element

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public FileLinkElement(
	RectangleFloat linkRectangle,
	string filePath
)

Parameters

linkRectangle
Type: EvoPdfClientRectangleFloat
The link rectangle in page
filePath
Type: SystemString
The linked file
See Also

Reference