VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Dicom Namespace / DicomFrame Class / IsPixelDataSigned Property
Syntax Requirements SeeAlso
In This Topic
    IsPixelDataSigned Property (DicomFrame)
    In This Topic
    Gets a value indicating whether the DICOM image pixel data values are stored as signed numeric values.
    Syntax
    'Declaration
    
    Public ReadOnly Property IsPixelDataSigned As Boolean
    
    
    public bool IsPixelDataSigned { get; }
    
    
    public: __property bool get_IsPixelDataSigned();
    
    
    
    public:
    property bool IsPixelDataSigned { bool get(); }

    Property Value

    True - pixel data values are stored as signed numeric values; false - pixel data values are stored as unsigned numeric values.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also