DicomObjects.NET Core Documentation
DicomObjects.Codecs 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also