Gets or sets the Photometric type code.
'Declaration
Public Property PhotometricInterpretation As Leadtools.Dicom.DicomImagePhotometricInterpretationType
'Usage
Dim instance As ImageInfo
Dim value As Leadtools.Dicom.DicomImagePhotometricInterpretationType
instance.PhotometricInterpretation = value
value = instance.PhotometricInterpretation
public Leadtools.Dicom.DicomImagePhotometricInterpretationType PhotometricInterpretation {get; set;}
public:
property Leadtools.Dicom.DicomImagePhotometricInterpretationType PhotometricInterpretation {
Leadtools.Dicom.DicomImagePhotometricInterpretationType get();
void set ( Leadtools.Dicom.DicomImagePhotometricInterpretationType value);
}
Property Value
A DicomImageCompressionType enumeration that represents the Photometric type code.