Pdf | |
The PdfFileAttachmentElement type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfFileAttachmentElement(String) | Creates a file attachment without a link in the pdf page to the attachment. | |
| PdfFileAttachmentElement(RectangleF, String) | Creates a file attachment and a link in the pdf page to the attachment. | |
| PdfFileAttachmentElement(Stream, String) | Creates a file attachment from a stream without a link in the pdf page to the attachment. | |
| PdfFileAttachmentElement(RectangleF, Stream, String) | Creates a file attachment from a stream and a link in the pdf page to the attachment. |