| FdfFieldItemValues Property |
Gets an array of values of the field.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public string[] Values {
get;
}
Public ReadOnly Property Values As String()
Get
public:
property array<String^>^ Values {
array<String^>^ get ();
}
member Values : string[] with
get
/** @property */
public String[] get_Values()
Property Value
StringSee Also