DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomDataSet Class / UncompressedPI Property






    UncompressedPI Property
    Gets the Photometric Interpretation of the uncompressed Image data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property UncompressedPI As System.String
     
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim value As System.String
     
    value = instance.UncompressedPI

    Property Value

    The Photometric Interpretation
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also