Click or drag to resize

FDFDocGetFieldIterator Method (String)

Gets an iterator to traverse all fields in this FDF document.

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

Parameters

field_name
Type: SystemString
The name of the field.

Return Value

Type: FDFFieldIterator
An iterator to the field pointing the one with the matching given name.
See Also