The file attachment icon type. The default icon is paper clip

Namespace: EvoPdf
Assembly: 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);
}

Property Value

Type: FileAttachmentIcon

See Also