add method

int add(
  1. PdfField field
)

Adds the specified field to the collection.

Implementation

int add(PdfField field) {
  return _helper._doAdd(field);
}