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



In This Topic
    UncompressedPI Property
    In This Topic
    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
    public string UncompressedPI {get;}
    public:
    property String^ UncompressedPI {
       String^ get();
    }

    Property Value

    The Photometric Interpretation
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also