DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / VideoCodec Class / DecompressedPhotometricInterpretation Method
The surrounding dataset

In This Topic
    DecompressedPhotometricInterpretation Method (VideoCodec)
    In This Topic
    The effective photometric Interpretation of the decompressed data
    Syntax
    'Declaration
     
    
    Public Overrides Function DecompressedPhotometricInterpretation( _
       ByVal parent As DicomDataSet _
    ) As System.String
    public override System.string DecompressedPhotometricInterpretation( 
       DicomDataSet parent
    )

    Parameters

    parent
    The surrounding dataset

    Return Value

    Photometric Interpretation as a string
    Remarks
    For RLE, this will always be the native value of the parent dataset (0028,0004)
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also