[]
        
(Showing Draft Content)

C1.C1Pdf.C1PdfDocument.AddField

AddField Method

AddField(PdfFieldBase, RectangleF)

Adds an AcroField to the current page.

Declaration
public void AddField(PdfFieldBase field, RectangleF rc)
Parameters
Type Name Description
PdfFieldBase field

The PdfFieldBase object.

RectangleF rc

Area on the page that will behave as an AcroField (in points from the top-left corner of the page).

AddField(PdfFieldBase, int, RectangleF)

Adds an AcroField to the document.

Declaration
public void AddField(PdfFieldBase field, int page, RectangleF rc)
Parameters
Type Name Description
PdfFieldBase field

The PdfFieldBase object.

int page

Index of the page that will contain the AcroField.

RectangleF rc

Area on the page that will behave as a AcroField (in points from the top-left corner of the page).