LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

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

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also