Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFFormField Class : ContentValues Property |
public IList<string> ContentValues {get;}
'Declaration
Public ReadOnly Property ContentValues As IList(Of String)
'Usage
Dim instance As PDFFormField Dim value As IList(Of String) value = instance.ContentValues
public List<String> getContentValues()
public: property IList<String^>^ ContentValues { IList<String^>^ get(); }