DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / DicomCodecBaseArguments Class / PhotometricInterpretation Property






In This Topic
    PhotometricInterpretation Property (DicomCodecBaseArguments)
    In This Topic
    The photometric interpretation of the data
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PhotometricInterpretation As System.String
    'Usage
     
    
    Dim instance As DicomCodecBaseArguments
    Dim value As System.String
     
    value = instance.PhotometricInterpretation
    public System.string PhotometricInterpretation {get;}
    public read-only property PhotometricInterpretation: System.String; 
    public function get PhotometricInterpretation : System.String
    public: __property System.string* get_PhotometricInterpretation();
    public:
    property System.String^ PhotometricInterpretation {
       System.String^ get();
    }
    Remarks
    This should not change during the (de)compression phase. if this needs to be modified (e.g. changing to or from YBR_FULL_422 for JPEG images), then such changes should occur during the PrepareCompressFunction (for compression) or signaled via the GetDecompressedPhotometricInterpretationFunction (for decompression).
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also