Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

TileSize Property (RasterImageMemoryInformation)








Gets or sets the size for the tile.
Syntax
public int TileSize {get; set;}
'Declaration
 
Public Property TileSize As Integer
'Usage
 
Dim instance As RasterImageMemoryInformation
Dim value As Integer
 
instance.TileSize = value
 
value = instance.TileSize
public int TileSize {get; set;}
 <br/>get_TileSize();<br/>set_TileSize(value);<br/>Object.defineProperty('TileSize'); 
public:
property int TileSize {
   int get();
   void set (    int value);
}

Property Value

An integer value that specifies the size for the tile.
Example
For an example, refer to MemoryInformation.
Requirements

Target Platforms

See Also

Reference

RasterImageMemoryInformation Structure
RasterImageMemoryInformation Members

Error processing SSI file