Flag that indicates how to process bits outside the low bit to high bit range.
public enum ConvertUnsignedToSignedCommandType
Public Enum ConvertUnsignedToSignedCommandType
typedef NS_ENUM(NSInteger, LTConvertUnsignedToSignedCommandType)
public enum ConvertUnsignedToSignedCommandType
public enum class ConvertUnsignedToSignedCommandType
Value | Member | Description |
---|---|---|
1 | ProcessRangeOnly | Shift data by adding half the range to each pixel without changing bits outside the lowbit to highbit range. |
2 | ProcessOutSideRange | Shift data by adding half the range to each pixel and set to zero all bits outside the lowbit to highbit range. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document