ComponentOne PDF for .NET
AddField(PdfFieldBase,RectangleF) Method

C1.C1Pdf.4 Assembly > 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).
Adds an AcroField to the current page.
Syntax
'Declaration
 
Public Overloads Sub AddField( _
   ByVal field As PdfFieldBase, _
   ByVal rc As System.Drawing.RectangleF _
) 
public void AddField( 
   PdfFieldBase field,
   System.Drawing.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

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List