In This Topic
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
public System.string UncompressedPI {get;}
public read-only property UncompressedPI: System.String;
public function get UncompressedPI : System.String
public: __property System.string* get_UncompressedPI();
public:
property System.String^ UncompressedPI {
System.String^ get();
}
Property Value
The Photometric Interpretation
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also