Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TileViews Property








Gets or sets the number of swap buffers for the disk tiles.
Syntax
public int TileViews {get; set;}
'Declaration
 
Public Property TileViews As Integer
'Usage
 
Dim instance As RasterImageMemoryInformation
Dim value As Integer
 
instance.TileViews = value
 
value = instance.TileViews
public int TileViews {get; set;}
 <br/>get_TileViews();<br/>set_TileViews(value);<br/>Object.defineProperty('TileViews'); 
public:
property int TileViews {
   int get();
   void set (    int value);
}

Property Value

An integer value that specifies the number of swap buffers for the disk tiles.
Example
For an example, refer to MemoryInformation.
Requirements

Target Platforms

See Also

Reference

RasterImageMemoryInformation Structure
RasterImageMemoryInformation Members

Error processing SSI file