DicomObjects.NET.V8
DicomObjects Namespace / DicomDataSet Class / UncompressedPI Property



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

    Property Value

    The Photometric Interpretation
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also