Click or drag to resize

FDFDoc.FieldCreate Method (String, Int32)

Creates a new interactive form field.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public FDFField FieldCreate(
	string field_name,
	int type
)

Parameters

field_name
Type: System.String
The name of the field.
type
Type: System.Int32
The type of the field.

Return Value

Type: FDFField
The created FDFField.
See Also