DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / ReadBehaviours Class / AttemptToFixHologicCompressedFrames Property

In This Topic
    AttemptToFixHologicCompressedFrames Property
    In This Topic
    Try to detect and attempt to fix Hologic compressed frames. This will replace their private sequence containing the pixels with correctly formatted pixel data.

    Note this doesn't not replace the original pixel data, you have to explicitly overwrite the image by Write to disk

    Syntax
    'Declaration
     
    
    Public Property AttemptToFixHologicCompressedFrames As System.Boolean
    public System.bool AttemptToFixHologicCompressedFrames {get; set;}
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also