DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / DicomCodecBaseArguments Class / isSigned Property






    isSigned Property
    Sign of the data
    Syntax
    'Declaration
     
    
    Public ReadOnly Property isSigned As System.Boolean
     
    'Usage
     
    
    Dim instance As DicomCodecBaseArguments
    Dim value As System.Boolean
     
    value = instance.isSigned
    Remarks

    0 = unsigned

    1 = signed

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also