The maximum size of the content size in bytes.
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
);
Maximum size of Content in bytes.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document