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






    PhotometricInterpretation Property (DicomCodecBaseArguments)
    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
    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