 | PdfRadioButtonFieldExportValues Property |
Gets a collection of text strings representing the export value of each
PdfControl in this field.
Namespace: Patagames.Pdf.Net.AcroFormsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic ExportValuesCollection ExportValues { get; }
Public ReadOnly Property ExportValues As ExportValuesCollection
Get
public:
property ExportValuesCollection^ ExportValues {
ExportValuesCollection^ get ();
}
member ExportValues : ExportValuesCollection with get
/** @property */
public ExportValuesCollection get_ExportValues()
function get_ExportValues();
Property Value
ExportValuesCollection
See Also