Click or drag to resize

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.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public bool MultipleSelection { get; set; }

Property Value

Boolean
if more than one of the field’s option items may be selected simultaneously; otherwise, .
See Also