Click or drag to resize

FileAttachmentElement Class

Represents a file attachment in the PDF document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentPageElement
    ExpertPdf.HtmlToPdf.PdfDocumentFileAttachmentElement

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.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