FileLinkElement Constructor

Constructs a file link element

Definition

Namespace: EvoExcelToPdf
Assembly: EvoExcelToPdf_NetCore (in EvoExcelToPdf_NetCore.dll) Version: 12.0.0
C#
public FileLinkElement(
	RectangleF linkRectangle,
	string filePath
)

Parameters

linkRectangle  RectangleF
The link rectangle in page
filePath  String
The linked file

See Also