Click or drag to resize
Pdf Library for .NET

PdfFileAttachmentElement Constructor

Overload List
  NameDescription
Public methodPdfFileAttachmentElement(String)
Creates a file attachment without a link in the pdf page to the attachment.
Public methodPdfFileAttachmentElement(RectangleF, String)
Creates a file attachment and a link in the pdf page to the attachment.
Public methodPdfFileAttachmentElement(Stream, String)
Creates a file attachment from a stream without a link in the pdf page to the attachment.
Public methodPdfFileAttachmentElement(RectangleF, Stream, String)
Creates a file attachment from a stream and a link in the pdf page to the attachment.
Top
See Also