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

In This Topic
    DecompressedPhotometricInterpretation Method (IDecompressor)
    In This Topic
    The effective Photometric Interpretation of the decompressed data
    Syntax
    'Declaration
     
    
    Function DecompressedPhotometricInterpretation( _
       ByVal parent As DicomDataSet _
    ) As System.String
    System.string DecompressedPhotometricInterpretation( 
       DicomDataSet parent
    )

    Parameters

    parent
    The surrounding dataset

    Return Value

    Photometric Interpretation as a string
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also