'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).