Returns a string array with fullnames

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

Syntax

C#
public string[] FullNames { get; }
Visual Basic
Public ReadOnly Property FullNames As String()
	Get

Remarks

Note that it is not possible to reconstruct the complete fullname under all conditions, e.g. for XML the local node names are used to reconstruct the names.

See Also