C#
Objective-C
C++/CLI
Java
public DicomImagePhotometricInterpretationType PhotometricInterpretation { get; set; }
@property (nonatomic, assign) LTDicomImagePhotometricInterpretationType photometricInterpretation;
public DicomImagePhotometricInterpretationType getPhotometricInterpretation()
public void setPhotometricInterpretation(DicomImagePhotometricInterpretationType value)
public:
property DicomImagePhotometricInterpretationType PhotometricInterpretation {
DicomImagePhotometricInterpretationType get();
void set ( DicomImagePhotometricInterpretationType value);
}
A DicomImageCompressionType enumeration that represents the Photometric type code.