Leadtools.Dicom Namespace > DicomImageInformation Class : PhotometricInterpretation Property |
public DicomImagePhotometricInterpretationType PhotometricInterpretation {get; set;}
'Declaration Public Property PhotometricInterpretation As DicomImagePhotometricInterpretationType
'Usage Dim instance As DicomImageInformation Dim value As DicomImagePhotometricInterpretationType instance.PhotometricInterpretation = value value = instance.PhotometricInterpretation
public DicomImagePhotometricInterpretationType PhotometricInterpretation {get; set;}
public DicomImagePhotometricInterpretationType getPhotometricInterpretation() public void setPhotometricInterpretation(DicomImagePhotometricInterpretationType value)
get_PhotometricInterpretation();
set_PhotometricInterpretation(value);
Object.defineProperty('PhotometricInterpretation');
public: property DicomImagePhotometricInterpretationType PhotometricInterpretation { DicomImagePhotometricInterpretationType get(); void set ( DicomImagePhotometricInterpretationType value); }