Click or drag to resize

PdfDropdownFieldAllowCustomText Property

Gets a value indicating whether the field shall include an editable text box as well as a drop-down list.

Default value: .


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntax
public bool AllowCustomText { get; set; }

Property Value

Boolean
if the field shall include an editable text box as well as a drop-down list; otherwise, .
See Also