Leadtools.Dicom.Common.Anonymization Namespace > ImageSettings Class : PhotoMetricInterpretation Property |
public DicomImagePhotometricInterpretationType PhotoMetricInterpretation {get; set;}
'Declaration Public Property PhotoMetricInterpretation As DicomImagePhotometricInterpretationType
'Usage Dim instance As ImageSettings Dim value As DicomImagePhotometricInterpretationType instance.PhotoMetricInterpretation = value value = instance.PhotoMetricInterpretation
public: property DicomImagePhotometricInterpretationType PhotoMetricInterpretation { DicomImagePhotometricInterpretationType get(); void set ( DicomImagePhotometricInterpretationType value); }