'Declaration
Public Overloads Sub AddAttachment( _ ByVal file As String, _ ByVal rc As RectangleF, _ ByVal page As Integer, _ ByVal icon As AttachmentIconEnum, _ ByVal iconColor As Color _ )
public void AddAttachment( string file, RectangleF rc, int page, AttachmentIconEnum icon, Color iconColor )
Parameters
- file
- The file that will be included as an attachment.
- rc
- Area of the page that will contain the attachment (in points measured from the top-left corner of the page).
- page
- Index of the page that contains the attachment.
- icon
- AttachmentIconEnum value that determines the appearance of the attachment icon.
- iconColor
- The color of the attachment icon.