Leadtools.Dicom.Services

PhotometricInterpretation Property

Show in webframe



Gets or sets the Photometric type code.
Syntax
'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.
Requirements

Target Platforms

See Also

Reference

ImageInfo Class
ImageInfo Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.