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