DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / IDecompressor Interface / DecompressedPhotometricInterpretation Method
The surrounding dataset






    DecompressedPhotometricInterpretation Method (IDecompressor)
    The effective Photometric Interpretation of the decompressed data
    Syntax
    'Declaration
     
    
    Function DecompressedPhotometricInterpretation( _
       ByVal parent As DicomDataSet _
    ) As System.String
     
    'Usage
     
    
    Dim instance As IDecompressor
    Dim parent As DicomDataSet
    Dim value As System.String
     
    value = instance.DecompressedPhotometricInterpretation(parent)

    Parameters

    parent
    The surrounding dataset

    Return Value

    Photometric Interpretation as a string
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also