←Select platform

MaximumSearchContentSize Property (IFullTextSearchManager)

Summary

The maximum size of the content size in bytes.

Syntax

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

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Forms.Recognition Assembly
Click or drag to resize