Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ConvertUnsignedToSignedCommandType Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : ConvertUnsignedToSignedCommandType Enumeration



Flag that indicates how to process bits outside the low bit to high bit range.

Syntax

Visual Basic (Declaration) 
Public Enum ConvertUnsignedToSignedCommandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ConvertUnsignedToSignedCommandType
C# 
public enum ConvertUnsignedToSignedCommandType : Enum 
C++/CLI 
public enum class ConvertUnsignedToSignedCommandType : public Enum 

Members

MemberDescription
ProcessRangeOnly Shift data by adding half the range to each pixel without changing bits outside the lowbit to highbit range.
ProcessOutSideRange Shift data by adding half the range to each pixel and set to zero all bits outside the lowbit to highbit range.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.ConvertUnsignedToSignedCommandType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also