Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.Services.DataTypes Namespace > ImageInfo Class : PhotometricInterpretation Property |
public DicomImagePhotometricInterpretationType PhotometricInterpretation {get; set;}
'Declaration Public Property PhotometricInterpretation As DicomImagePhotometricInterpretationType
'Usage Dim instance As ImageInfo Dim value As DicomImagePhotometricInterpretationType instance.PhotometricInterpretation = value value = instance.PhotometricInterpretation
public: property DicomImagePhotometricInterpretationType PhotometricInterpretation { DicomImagePhotometricInterpretationType get(); void set ( DicomImagePhotometricInterpretationType value); }