Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.28
|
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); }