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
)
Public Function GetFieldIterator (
field_name As String
) As FDFFieldIterator
public:
virtual FDFFieldIterator^ GetFieldIterator(
[InAttribute] String^ field_name
) sealed
function GetFieldIterator(field_name);
Parameters
- field_name
- Type: SystemString
The name of the field.
Return Value
Type:
FDFFieldIteratorAn iterator to the field pointing the one with the matching given name.
See Also