This class represents a file attachment in the PDF document
Inheritance Hierarchy
EvoPdf.HtmlToPdfClientPageElement
EvoPdf.HtmlToPdfClientFileAttachmentElement
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
The FileAttachmentElement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FileAttachmentElement |
Creates a file attachment from a stream and a link in page to the attachment
|
Properties
| Name | Description | |
|---|---|---|
| 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
| Name | Description | |
|---|---|---|
| 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