DicomObjects.NetStandard Documentation
DicomObjects.Codecs Namespace / IDecompressor Interface / DecompressedPhotometricInterpretation Method
The surrouding 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 String
    'Usage
     
    
    Dim instance As IDecompressor
    Dim parent As DicomDataSet
    Dim value As String
     
    value = instance.DecompressedPhotometricInterpretation(parent)
    string DecompressedPhotometricInterpretation( 
       DicomDataSet parent
    )
    String^ DecompressedPhotometricInterpretation( 
       DicomDataSet^ parent
    ) 

    Parameters

    parent
    The surrouding dataset

    Return Value

    Photometric Interpretation as a string
    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