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

    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) For this class, the value is always "RGB"
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also