←Select platform

Content Property

Summary

Content to store and retrieve.

Syntax
C#
VB
C++
Java
public string Content { get; set; } 
Public Property Content() As String 
   Get 
   Set 
public:  
   property String^ Content 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public java.lang.String getContent(); 
public void setContent( 
   java.lang.String 
); 

Property Value

The content as a stream of text.

Remarks

This is the input content to store and return in the output if required. This is a searchable part of the item.

Requirements

Target Platforms

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

Leadtools.Forms.Recognition Assembly