ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / AddAttachment Method / AddAttachment(String,RectangleF) 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).

In This Topic
    AddAttachment(String,RectangleF) Method
    In This Topic
    Adds a file attachment to the current page.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddAttachment( _
       ByVal file As String, _
       ByVal rc As RectangleF _
    ) 
    public void AddAttachment( 
       string file,
       RectangleF rc
    )

    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).
    See Also