Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

PhotometricInterpretation Property






Gets or sets the Photometric type code.
Syntax
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);
}

Property Value

A DicomImageCompressionType enumeration that represents the Photometric type code.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

Error processing SSI file