PdfListBoxFieldMultipleSelection Property |
(PDF 1.4) Gets a value indicating whether more than one of the field’s option items may be selected simultaneously.
Default value: .
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic bool MultipleSelection { get; set; }Public Property MultipleSelection As Boolean
Get
Set
Property Value
Boolean if more than one of the field’s option items may be selected simultaneously; otherwise,
.
See Also