DicomObjects.NET.V8
DicomObjects Namespace / ReadBehaviours Class / AttemptToFixHologicCompressedFrames Property



AttemptToFixHologicCompressedFrames Property
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 Boolean
 
'Usage
 
Dim instance As ReadBehaviours
Dim value As Boolean
 
instance.AttemptToFixHologicCompressedFrames = value
 
value = instance.AttemptToFixHologicCompressedFrames
Requirements

Target Platforms: .NET CLR 4.0 or higher

See Also