DicomObjects.NET.V8
DicomObjects Namespace / DicomGlobal Class / IgnoreShortPixelData Property



    IgnoreShortPixelData Property
    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
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also