DicomObjects.NET10 Documentation
DicomObjects Namespace / LookupTable Class / SignedInput Property



In This Topic
    SignedInput Property
    In This Topic
    True if the LUT is supposed to apply to signed data
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SignedInput As Boolean
    'Usage
     
    
    Dim instance As LookupTable
    Dim value As Boolean
     
    value = instance.SignedInput
    public bool SignedInput {get;}
    public:
    property bool SignedInput {
       bool get();
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also