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: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.0.0
Syntax
public class FileAttachmentElement : PageElement
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