←Select platform

Contents Property

Summary

List of the contents set in the field.

Syntax

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

Property Value

List of the contents set in the field.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly