IgnoreShortPixelData Property
In This Topic
Try to ignore Short pixel data error to suppress read exception. This does not fix any faulty attributes or guarantee the read pixels are correct and complete
Syntax
'Declaration
Public Shared Property IgnoreShortPixelData As System.Boolean
'Usage
Dim value As System.Boolean
DicomGlobal.IgnoreShortPixelData = value
value = DicomGlobal.IgnoreShortPixelData
public static System.bool IgnoreShortPixelData {get; set;}
public read-write property IgnoreShortPixelData: System.Boolean; static;
public static function get,set IgnoreShortPixelData : System.boolean
public: __property static System.bool get_IgnoreShortPixelData();
public: __property static void set_IgnoreShortPixelData(
System.bool value
);
public:
static property System.bool IgnoreShortPixelData {
System.bool get();
void set ( System.bool value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also