Click or drag to resize

FileAttachmentElement Class

Represents a file attachment in the PDF document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorPageElement
    ExpertPdf.PdfCreatorFileAttachmentElement

Namespace: ExpertPdf.PdfCreator
Assembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntax
public class FileAttachmentElement : PageElement

The FileAttachmentElement type exposes the following members.

Constructors
 NameDescription
Public methodFileAttachmentElement(String) Creates a file attachment and link in page to the attachment
Public methodFileAttachmentElement(RectangleF, String) Creates a file attachment and a link in page to the attachment
Public methodFileAttachmentElement(Stream, String) Creates a file attachment from a stream
Public methodFileAttachmentElement(RectangleF, Stream, String) Creates a file attachment from a stream and a link in page to the attachment
Top
See Also