←Select platform

ContentValues Property

Summary

List of the content values set in the field.

Syntax
C#
VB
C++
Java
public IList<string> ContentValues { get; } 
Public ReadOnly Property ContentValues As IList(Of String) 
public List<String> getContentValues() 
public: 
property IList<String^>^ ContentValues { 
   IList<String^>^ get(); 
} 

Property Value

List of the content values set in the field.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly