Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterMemoryThreshold Structure : MaximumConventionalSize Property |
public long MaximumConventionalSize {get; set;}
'Declaration
Public Property MaximumConventionalSize As Long
'Usage
Dim instance As RasterMemoryThreshold Dim value As Long instance.MaximumConventionalSize = value value = instance.MaximumConventionalSize
public long MaximumConventionalSize {get; set;}
<br/>get_MaximumConventionalSize();<br/>set_MaximumConventionalSize(value);<br/>Object.defineProperty('MaximumConventionalSize');
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.