Click or drag to resize

FDFDocGetField Method

Gets the field with matching field name.

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public FDFField GetField(
	string field_name
)

Parameters

field_name
Type: SystemString
The name of the field.

Return Value

Type: FDFField
The field with matching field name.
See Also