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.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.10.22
Syntaxpublic bool AllowCustomText { get; set; }Public Property AllowCustomText As Boolean
Get
Set
Property Value
Boolean if the field shall include an editable text box as well as a drop-down list; otherwise,
.
See Also