If the image to be loaded is 12-bit, 16-bit or 32-bit grayscale and 0 is passed for the parameter that controls the number of bits per pixel at which to load the image, then if Leadtools.RasterSupportType.Document support is locked, the image will be loaded as 8-bit grayscale, instead of the original bits per pixel.
To load a raw 12-bit or 16-bit extended grayscale image, set the Codecs.InformationEventArgs.Order property to RasterByteOrder.Gray and the CodecsLoadInformationEventArgs.LeastSignificantBitFirst Property accordingly. For signed image data, set the CodecsLoadInformationEventArgs.Signed property to true.
For more information on Leadtools.RasterSupportType.Document support, refer to Leadtools.RasterSupport and Leadtools.RasterSupport.SetLicense(system.byte[],system.string).
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET