GdalDataSet.MinimumTileWidth Property
Gets or sets the minimum width of raster tiles read from the GDAL library.
Syntax
public System.Int32 MinimumTileWidth { get; set; }
Property Value
Default: 128
The minimum tile width in pixels.
This property can only be modified before the dataset has been initialized. Attempting to modify it after initialization will cause an exception to be thrown.
Platforms
Windows, Linux, Android