Click or drag to resize

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.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public Object Value { 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