DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / IDecompressor Interface
Properties Methods

In This Topic
    IDecompressor Interface Members
    In This Topic

    The following tables list the members exposed by IDecompressor.

    Public Properties
     NameDescription
     Property

    Lets a caller to Decompress tell whether data needs to be transformed following decompression. It is only relevant if the image has a Planar Configuration value (0028,0006) of 1.

    If this property is true, then the decompressor will return data in "by pixel" mode, irrespective of the stated Planar Configuration, so post-decompression transformation may be necessary.

    If this property is false, then the decompressor will return data in the form requested by the stated Planar Configuration, so post-decompression transformation is not necessary.

     
    Top
    Public Methods
     NameDescription
     MethodThe most appropriate DicomObjects.Internal.PixelRequest, given the requested zoom and image/codec type  
     Method The number of frames calculated by decompressor  
     MethodDecompress a frame as defined by the DecompressionArguments argument  
     Method The effective Photometric Interpretation of the decompressed data  
     Method The status of the decompression  
     Method The status of the download  
     Method A simple object to provide synchronisation if a codec is accessed via multiple threads (Inherited from DicomObjects.DicomCodecs.ICodecBase)
    Top
    See Also