←Select platform

MaximumConventionalSize Property

Summary
Gets or sets a value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).
Syntax
C#
C++/CLI
Python
public long MaximumConventionalSize { get; set; } 
public: 
property int64 MaximumConventionalSize { 
   int64 get(); 
   void set (    int64 ); 
} 
MaximumConventionalSize # get and set (RasterMemoryThreshold) 

Property Value

An integer value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).

Remarks

Any images with a size bigger than this will be allocated as tiled.

If the MaximumConventionalSize value is > 0, then it represents the maximum size in bytes.

If the MaximumConventionalSize value is < 0, then it represents the maximum size in percentage of the total memory (physical and swap).

Values less than -100 are not allowed.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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