VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Metadata Namespace / DicomFrameMetadata Class / IsPixelDataSigned Property
Syntax Requirements SeeAlso
In This Topic
IsPixelDataSigned Property (DicomFrameMetadata)
In This Topic
Gets a value indicating whether the DICOM image pixel data values are stored as signed numeric values.
Syntax
'Declaration

<DescriptionAttribute("A value indicating whether the DICOM image pixel data values are stored as signed numeric values.")>
<CategoryAttribute("DICOM frame")>
Public ReadOnly Property IsPixelDataSigned As Boolean

[Description("A value indicating whether the DICOM image pixel data values are stored as signed numeric values.")]
[Category("DICOM frame")]
public bool IsPixelDataSigned { get; }

Property Value

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

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

See Also