Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

HorizontalTiles Property








Gets the number of horizontal tiles of the image.
Syntax
public int HorizontalTiles {get;}
public int HorizontalTiles {get;}
 get_HorizontalTiles(); 
public:
property int HorizontalTiles {
   int get();
}
'Declaration
 
Public ReadOnly Property HorizontalTiles As Integer
 
'Usage
 
Dim instance As CodecsImageInfo
Dim value As Integer
 
value = instance.HorizontalTiles

Property Value

the number of horizontal tiles of the image.
Remarks

For images that support saving the image data in tiles, this property returns the number of horizontal tiles.

Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

Error processing SSI file