Click or drag to resize

PdfChoiceFieldItemValue Property

Gets the (display) value of this PdfChoiceFieldItem.

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

Property Value

String
The (display) value of this PdfChoiceFieldItem.
See Also