Specified the tile number to load when loading a tiled TIFF file.
-1 (default) means "load all tiles".
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0
Syntax
C# | Visual Basic | Visual C++ |
public int TIFF_GetTile { get; set; }
Public Property TIFF_GetTile As Integer Get Set
public: property int TIFF_GetTile { int get (); void set (int value); }