Click or drag to resize

FDFDocFieldCreate Method (String, Int32, Obj)

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,
	Obj field_value
)

Parameters

field_name
Type: SystemString
The name of the field.
type
Type: SystemInt32
The type of the field.
field_value
Type: pdftron.SDFObj
The value of the field.

Return Value

Type: FDFField
The created FDFField.
See Also