ImageGear .NET - Updated November 28, 2017
Item Property (FieldArray)




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > FieldArray Class : Item Property
The fully qualified name (including path). For instance, "Address" or "Details.Address".
Gets a field by fully qualified name.
Syntax
'Declaration
 
Public Shadows ReadOnly Default Property Item( _
   ByVal fullName As String _
) As Field
 
'Usage
 
Dim instance As FieldArray
Dim fullName As String
Dim value As Field
 
value = instance.Item(fullName)

Parameters

fullName
The fully qualified name (including path). For instance, "Address" or "Details.Address".
See Also

Reference

FieldArray Class
FieldArray Members