←Select platform

MaximumSearchContentSize Property

Summary

The maximum size of the content size in bytes.

Syntax
C#
C++/CLI
Java
Python
public int MaximumSearchContentSize { get; set; } 
public:  
   virtual property int MaximumSearchContentSize 
   { 
      int get() abstract; 
      void set(int value) abstract; 
   } 
public int getMaximumSearchContentSize(); 
public abstract void setMaximumSearchContentSize( 
   int intValue 
); 
MaximumSearchContentSize # get and set (IFullTextSearchManager) 

Property Value

Maximum size of Content in bytes.

Remarks

The default value is set by the implementing engine and it is recommended to use it as is. If the content size is greater than this value it will be trimmed.

It is recommended to the value of this property to default.

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.