FieldCollectionItem Property (String)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets the Field with the specified field name.

Namespace:  Apitron.PDF.Kit.FlowLayout
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public Field this[
	string fieldName
] { get; }

Parameters

fieldName
Type: SystemString
Name of the field.

Property Value

Type: Field
The Field.

Return Value

Type: Field
Field if it's present in the list, otherwise null.
See Also

Reference