'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; }
[Description("A value indicating whether the DICOM image pixel data values are stored as signed numeric values.")] [Category("DICOM frame")] public: __property bool get_IsPixelDataSigned();
[Description("A value indicating whether the DICOM image pixel data values are stored as signed numeric values.")] [Category("DICOM frame")] public:
property bool IsPixelDataSigned { bool get(); }
Property Value
True - данные изображения хранятся как числовые значения со знаком; false - данные изображения хранятся как числовые значения без знака.