FileAttachmentElement Constructor (RectangleF, String) |
Creates a file attachment and a link in page to the attachment
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public FileAttachmentElement(
RectangleF linkRectangle,
string filePath
)
Public Sub New (
linkRectangle As RectangleF,
filePath As String
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
The attachment link rectangle in page - filePath
- Type: SystemString
The path to file to be attached
See Also