DicomObjects.NET8 Documentation
DicomObjects.Codecs Namespace / IDecompressor Interface / NeedsPlanarConfigTransform Property



    NeedsPlanarConfigTransform Property (IDecompressor)

    Lets a caller to Decompress tell whether data needs to be transformed following decompression. It is only relevent 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.

    Syntax
    'Declaration
     
    
    ReadOnly Property NeedsPlanarConfigTransform As Boolean
     
    'Usage
     
    
    Dim instance As IDecompressor
    Dim value As Boolean
     
    value = instance.NeedsPlanarConfigTransform
    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