The file attachment icon type. The default icon is paper clip
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public FileAttachmentIcon IconType { get; set; } |
| Visual Basic |
|---|
Public Property IconType As FileAttachmentIcon Get Set |
| Visual C++ |
|---|
public: property FileAttachmentIcon IconType { FileAttachmentIcon get (); void set (FileAttachmentIcon value); } |