LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterMemoryThreshold Structure Members
See Also  Properties 
Leadtools Namespace : RasterMemoryThreshold Structure


The following tables list the members exposed by RasterMemoryThreshold.

Public Properties

 NameDescription
public Property ConventionalBuffersGets or sets a value that specifies the number of buffers in conventional memory that will cache the disk tiles.  
public Property ConventionalTilesGets or sets a value that specifies the maximum number of tiles that will reside in conventional memory at any time.  
public Propertystatic (Shared in Visual Basic) EmptyReturns a new empty RasterMemoryThreshold object.  
public Property MaximumConventionalSizeGets or sets a value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).  
public Property TiledThresholdGets or sets a value that specifies the minimum amount of free memory required to allow the allocation of conventional images.  
public Property TileSizeGets or sets a value that specifies the size for a size of the tile for tiled images.  
Top

See Also