The value for the field when it's in Neutral state (meaningful when HasNeutralState = true only)

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

Syntax

C#
public string NeutralValue { get; }
Visual Basic
Public ReadOnly Property NeutralValue As String
	Get

Remarks

For classic PDF documents setting this value is ignored.

See Also