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
)
Public Sub New (
linkRectangle As RectangleF,
filePath As String
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
The link rectangle in page - filePath
- Type: SystemString
The link file
See Also