Creates a file attachment from a stream and a link in page to the attachment

C# | Visual Basic | Visual C++ |
public FileAttachmentElement( RectangleF linkRectangle, Stream fileStream, string attachmentName )
Public Sub New ( linkRectangle As RectangleF, fileStream As Stream, attachmentName As String )
public: FileAttachmentElement( RectangleF linkRectangle, Stream^ fileStream, String^ attachmentName )

- linkRectangle (RectangleF)
- The attachment link rectangle in page
- fileStream (Stream)
- The file stream
- attachmentName (String)
- A name for attachment
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)