←Select platform

Content Property

Summary

Content to store and retrieve.

Syntax
C#
C++/CLI
Java
Python
public string Content { get; set; } 
public:  
   property String^ Content 
   { 
      String^ get() 
      void set(String^ value) 
   } 
public java.lang.String getContent(); 
public void setContent( 
   java.lang.String 
); 
Content # get and set (FullTextSearchItem) 

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 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Recognition Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.