This class represents a file attachment in the PDF document
Inheritance Hierarchy
WinnovativeClientPageElement
WinnovativeClientFileAttachmentElement
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.0.0
Syntax
The FileAttachmentElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
FileAttachmentElement(RectangleFloat, String) |
Creates a file attachment and a link in page to the attachment
| |
FileAttachmentElement(RectangleFloat, Byte, String) |
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