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

Show in webframe

HorizontalTiles Property








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

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