Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterMemoryThreshold Structure Properties
See Also 
Leadtools Namespace : RasterMemoryThreshold Structure


For a list of all members of this type, see RasterMemoryThreshold members.

Public Properties

  Name Description
Public Property ConventionalBuffers Gets or sets a value that specifies the number of buffers in conventional memory that will cache the disk tiles.  
Public Property ConventionalTiles Gets 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) Empty Returns a new empty RasterMemoryThreshold object.  
Public Property MaximumConventionalSize Gets or sets a value that specifies the maximum size for a conventional image (default is 0x7FFFFFFF).  
Public Property TiledThreshold Gets or sets a value that specifies the minimum amount of free memory required to allow the allocation of conventional images.  
Public Property TileSize Gets or sets a value that specifies the size for a size of the tile for tiled images.  
Top

See Also