DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / IDecompressor Interface / DecompressedPhotmetricInterpretation Method
The surrouding dataset



In This Topic
    DecompressedPhotmetricInterpretation Method (IDecompressor)
    In This Topic
    The effective Photmetric Interpretation of the decompressed data
    Syntax
    'Declaration
     
    Function DecompressedPhotmetricInterpretation( _
       ByVal parent As DicomDataSet _
    ) As String
    'Usage
     
    Dim instance As IDecompressor
    Dim parent As DicomDataSet
    Dim value As String
     
    value = instance.DecompressedPhotmetricInterpretation(parent)
    string DecompressedPhotmetricInterpretation( 
       DicomDataSet parent
    )
    String^ DecompressedPhotmetricInterpretation( 
       DicomDataSet^ parent
    ) 

    Parameters

    parent
    The surrouding dataset

    Return Value

    Photmetric Interpretation as a string
    Requirements

    Target Platforms: .NET CLR 3.5 or higher

    See Also