Whether the checkbox has a neutral state

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

Syntax

C#
public bool HasNeutralState { get; set; }
Visual Basic
Public Property HasNeutralState As Boolean
	Get
	Set

Remarks

For classic PDF documents this setting is always 'false'. Setting this value for non XFA documents has no meaning.

See Also