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
    'Usage
     
    
    Dim instance As ReadBehaviours
    Dim value As System.Boolean
     
    instance.AttemptToFixHologicCompressedFrames = value
     
    value = instance.AttemptToFixHologicCompressedFrames
    public System.bool AttemptToFixHologicCompressedFrames {get; set;}
    public read-write property AttemptToFixHologicCompressedFrames: System.Boolean; 
    public function get,set AttemptToFixHologicCompressedFrames : System.boolean
    public: __property System.bool get_AttemptToFixHologicCompressedFrames();
    public: __property void set_AttemptToFixHologicCompressedFrames( 
       System.bool value
    );
    public:
    property System.bool AttemptToFixHologicCompressedFrames {
       System.bool get();
       void set (    System.bool value);
    }
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also