Retrieve a field by the fully qualified name.

Namespace: TallComponents.PDF.Forms.Fields
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public abstract Field this[
	string fullName
] { get; }
Visual Basic
Public MustOverride ReadOnly Default Property Item ( _
	fullName As String _
) As Field
	Get

Parameters

fullName
Type: System..::..String

Remarks

Returns the field with the fully qualified name if found, otherwise nullNothingnullptra null reference (Nothing in Visual Basic).

See Also