RasterizeOperator.BitDepth Property
Gets or sets the bit depth of the produced raster.
Syntax
public System.Int32 BitDepth { get; set; }
Property Value
Default: 8
The bit depth of the produced raster.
Remarks
The maximum value that can be stored in a raster cell is 2 ^ (BitDepth - 1). Allowed values are 1, 8, 16 and 32.
Platforms
Windows, Linux, Android