←Select platform

MaximumSearchContentSize Property

Summary

The maximum size of the content size in bytes.

Syntax
C#
VB
C++
Java
public int MaximumSearchContentSize { get; set; } 
Public MustOverride Property MaximumSearchContentSize() As Integer 
public:  
   virtual property int MaximumSearchContentSize 
   { 
      int get() abstract; 
      void set(int value) abstract; 
   } 
public int getMaximumSearchContentSize(); 
public abstract void setMaximumSearchContentSize( 
   int intValue 
); 

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

Leadtools.Forms.Recognition Assembly