DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / PhotometricInterpretation Property






    PhotometricInterpretation Property (DicomImage)
    The PhotometricInterpretation of the image
    Syntax
    'Declaration
     
    
    Public Property PhotometricInterpretation As System.String
     
    'Usage
     
    
    Dim instance As DicomImage
    Dim value As System.String
     
    instance.PhotometricInterpretation = value
     
    value = instance.PhotometricInterpretation
    Remarks

    A shortcut for attribute (0028,0004).

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also