ComponentOne PDF for .NET
C1.C1Pdf Namespace / C1PdfDocument Class / AddField Method / AddField(PdfFieldBase,RectangleF) Method
The PdfFieldBase object.
Area on the page that will behave as an AcroField (in points from the top-left corner of the page).

In This Topic
    AddField(PdfFieldBase,RectangleF) Method
    In This Topic
    Adds an AcroField to the current page.
    Syntax
    'Declaration
     
    
    Public Overloads Sub AddField( _
       ByVal field As PdfFieldBase, _
       ByVal rc As RectangleF _
    ) 
    public void AddField( 
       PdfFieldBase field,
       RectangleF rc
    )

    Parameters

    field
    The PdfFieldBase object.
    rc
    Area on the page that will behave as an AcroField (in points from the top-left corner of the page).
    See Also