DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomGlobal Class / IgnoreShortPixelData Property



In This Topic
    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 Boolean
    'Usage
     
    
    Dim value As Boolean
     
    DicomGlobal.IgnoreShortPixelData = value
     
    value = DicomGlobal.IgnoreShortPixelData
    public static bool IgnoreShortPixelData {get; set;}
    public:
    static property bool IgnoreShortPixelData {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also