The fully qualified name for this field.

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

Syntax

C#
public string FullName { get; set; }
Visual Basic
Public Property FullName As String
	Get
	Set

Remarks

Setting this field will only work if:

- It's a classic PDF document (No Xfa document).

Note: Setting this property is NOT thread safe.

See Also