DicomObjects.NET.V8
DicomObjects.DicomCodecs Namespace / DicomCodecBaseArguments Class / PhotometricInterpretation Property



In This Topic
    PhotometricInterpretation Property
    In This Topic
    The photometric interpretation of the data
    Syntax
    'Declaration
     
    Public ReadOnly Property PhotometricInterpretation As String
    'Usage
     
    Dim instance As DicomCodecBaseArguments
    Dim value As String
     
    value = instance.PhotometricInterpretation
    public string PhotometricInterpretation {get;}
    public:
    property String^ PhotometricInterpretation {
       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.0 or higher

    See Also