DicomObjects.NET.V8
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 Boolean
    'Usage
     
    Dim instance As ReadBehaviours
    Dim value As Boolean
     
    instance.AttemptToFixHologicCompressedFrames = value
     
    value = instance.AttemptToFixHologicCompressedFrames
    public bool AttemptToFixHologicCompressedFrames {get; set;}
    public:
    property bool AttemptToFixHologicCompressedFrames {
       bool get();
       void set (    bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also