Click or drag to resize

PDFDocFieldCreate Method (String, FieldType, Obj)

Field create.

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

Parameters

field_name
Type: SystemString
the field_name
type
Type: pdftron.PDFFieldType
the type
field_value
Type: pdftron.SDFObj
the field_value

Return Value

Type: Field
the field
See Also