ComponentOne PDF for .NET
AddAttachment(String,RectangleF,AttachmentIconEnum,Color) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > AddAttachment Method : AddAttachment(String,RectangleF,AttachmentIconEnum,Color) Method
The file that will be included as an attachment.
Area of the page that will contain the attachment (in points measured from the top-left corner of the page).
AttachmentIconEnum value that determines the appearance of the attachment icon.
System.Drawing.Color of the attachment icon.
Adds a file attachment to the current page.
Syntax
'Declaration
 
Public Overloads Sub AddAttachment( _
   ByVal file As System.String, _
   ByVal rc As System.Drawing.RectangleF, _
   ByVal icon As AttachmentIconEnum, _
   ByVal iconColor As System.Drawing.Color _
) 
public void AddAttachment( 
   System.string file,
   System.Drawing.RectangleF rc,
   AttachmentIconEnum icon,
   System.Drawing.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).
icon
AttachmentIconEnum value that determines the appearance of the attachment icon.
iconColor
System.Drawing.Color of the attachment icon.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List