 |
PdfFileAttachmentElement(RectangleF, String) Constructor |
Creates a file attachment and a link in the pdf page to the attachment.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic PdfFileAttachmentElement(
RectangleF linkRectangle,
string fileName
)
Public Sub New (
linkRectangle As RectangleF,
fileName As String
)
Parameters
- linkRectangle RectangleF
- The attachment link rectangle in the pdf page.
- fileName String
- The path to file to be attached.
See Also