FileAttachmentElement Class

This class represents a file attachment in the PDF document

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class FileAttachmentElement : PageElement
Inheritance
Object    PageElement    FileAttachmentElement

Constructors

FileAttachmentElement(RectangleF, String) Creates a file attachment and a link in page to the attachment
FileAttachmentElement(RectangleF, Stream, String) Creates a file attachment from a stream and a link in page to the attachment

Properties

IconColor The file attachment icon color. By default is black
IconType The file attachment icon type. The default icon is paper clip
LinkRectangle Gets or sets the file attachment icon rectangle in PDF page
Text The file attachment text

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also