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
    'Usage
     
    
    Dim instance As IDecompressor
    Dim parent As DicomDataSet
    Dim value As System.String
     
    value = instance.DecompressedPhotometricInterpretation(parent)
    System.string DecompressedPhotometricInterpretation( 
       DicomDataSet parent
    )
    function DecompressedPhotometricInterpretation( 
        parent: DicomDataSet
    ): System.String; 
    function DecompressedPhotometricInterpretation( 
       parent : DicomDataSet
    ) : System.String;
    System.string* DecompressedPhotometricInterpretation( 
       DicomDataSet* parent
    ) 
    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