Click or drag to resize

PDFDocFieldCreate Method (String, FieldType)

Create a new interactive form Field.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Field FieldCreate(
	string field_name,
	FieldType type
)

Parameters

field_name
Type: SystemString
a string representing the fully qualified name of the field (e.g. "employee.name.first"). field_name must be either a unique name or equal to an existing terminal field name.
type
Type: pdftron.PDFFieldType
field type (e.g. Field::e_text, Field::e_button, etc.)

Return Value

Type: Field
the new form Field.
See Also