PdfListBoxFieldValue Property |
Gets or sets the PdfListBoxField value as an instance of either a String or an Array of String type (if more than one item is selected).
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntaxpublic Object Value { get; set; }Public Property Value As Object
Get
Set
Property Value
Object
The
PdfListBoxField value as an instance of either a
String or an
Array of
String type (if more than one item is selected).
See Also