The input 1-bit raster dataset will be converted to an 8-bit raster dataset. The value 1 in the input raster dataset will be changed to 255 in the output raster dataset. (In, Optional)
Syntax
Visual Basic (Declaration) | |
---|
Public Property onebit_to_eightbit As String |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As CopyRaster
Dim value As String
instance.onebit_to_eightbit = value
value = instance.onebit_to_eightbit |
C# | |
---|
public string onebit_to_eightbit {get; set;} |
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also