 | FdfFieldItemValues Property |
Gets an array of values of the field.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic 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
String
See Also