Gets or sets the photometric interpretation that will be used to display the image.
public string PhotometricInterpretation {get; set;}
'Declaration
Public Property PhotometricInterpretation As String
'Usage
Dim instance As MedicalViewerCell
Dim value As String
instance.PhotometricInterpretation = value
value = instance.PhotometricInterpretation
public:
property String^ PhotometricInterpretation {
String^ get();
void set ( String^ value);
}
Property Value
A value that indicates the photometric interpretation that will be used to display the image.