DicomObjects.NET8 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 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: 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