Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
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)
<br/>get_PhotometricInterpretation();<br/>set_PhotometricInterpretation(value);<br/>Object.defineProperty('PhotometricInterpretation');
public: property DicomImagePhotometricInterpretationType PhotometricInterpretation { DicomImagePhotometricInterpretationType get(); void set ( DicomImagePhotometricInterpretationType value); }