Whether text can be entered, if false the value of one of the available Options must be entered

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

Syntax

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

Remarks

Setting this property is supported in classic PDF documents only.

See Also