Click or drag to resize

FileLinkElement Constructor

Constructs a file link element

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

Parameters

linkRectangle
Type: System.DrawingRectangleF
The link rectangle in page
filePath
Type: SystemString
The link file
See Also