Click or drag to resize
Pdf Library for .NET

PdfFileAttachmentElement Class

Represents a file attachment in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPageElement
    SelectPdfPdfFileAttachmentElement

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public class PdfFileAttachmentElement : PdfPageElement

The PdfFileAttachmentElement type exposes the following members.

Constructors
 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
Remarks
The file attachment can be linked from a pdf page or not.
See Also