|  | 
| PdfFileAttachmentElement Constructor (RectangleF, Stream, String) | 
 
            Creates a file attachment from a stream 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,
	Stream stream,
	string attachmentName
)
Public Sub New ( 
	linkRectangle As RectangleF,
	stream As Stream,
	attachmentName As String
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
 The attachment link rectangle in the pdf page.
- stream
- Type: System.IOStream
 The file stream.
- attachmentName
- Type: SystemString
 The name of the attachment.
 See Also
See Also