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

Show in webframe

VerticalTiles Property








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

Property Value

the number of vertical tiles of the image.
Remarks

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

Requirements

Target Platforms

See Also

Reference

CodecsImageInfo Class
CodecsImageInfo Members

Error processing SSI file