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 : SelectedContents Property |
public IList<string> SelectedContents {get;}
'Declaration
Public ReadOnly Property SelectedContents As IList(Of String)
'Usage
Dim instance As PDFFormField Dim value As IList(Of String) value = instance.SelectedContents
public List<String> getSelectedContents()
public: property IList<String^>^ SelectedContents { IList<String^>^ get(); }