PhotometricInterpretation Property (DicomImage)
In This Topic
The PhotometricInterpretation of the image
Syntax
'Declaration
Public Property PhotometricInterpretation As System.String
'Usage
Dim instance As DicomImage
Dim value As System.String
instance.PhotometricInterpretation = value
value = instance.PhotometricInterpretation
public System.string PhotometricInterpretation {get; set;}
public read-write property PhotometricInterpretation: System.String;
public function get,set PhotometricInterpretation : System.String
public: __property System.string* get_PhotometricInterpretation();
public: __property void set_PhotometricInterpretation(
System.string* value
);
public:
property System.String^ PhotometricInterpretation {
System.String^ get();
void set ( System.String^ value);
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also