FileAttachmentElement(RectangleF, String) Constructor |
Creates a file attachment and a link in page to the attachment
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic FileAttachmentElement(
RectangleF linkRectangle,
string filePath
)
Public Sub New (
linkRectangle As RectangleF,
filePath As String
)
Parameters
- linkRectangle RectangleF
- The attachment link rectangle in page
- filePath String
- The path to file to be attached
See Also