Click or drag to resize

PdfDropdownFieldValue Property

Gets or sets the PdfDropdownField value as an instance of a String.


Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2025.11.10
Syntax
public string Value { get; set; }

Property Value

String
The PdfDropdownField value as an instance of a String.
See Also