ImageGear Professional v18.2 > User Guide > Using ImageGear > Using ImageGear MD Component > IGMedPage Object |
IGMedPage object provides access to all objects that represent the medical features of an image. You do not have to deal with the IGMedPage Object if you just need to load DICOM images, convert them to other formats, and view DICOM images using default display settings.
If you need to access the data stored with the DICOM image, convert non-DICOM images to DICOM format, display medical images using specialized display settings, and transform 16-bit images, you need to deal with the Medical Component API. All of the functionality related to data access, display and processing of a medical image is does through the IGMedPage object.
To get access to the Medical API, create an IGMedPage Object, using CreateMedPage Method of the IGMedCtl Control. The following properties of the IGMedPage Object provide access to medical Display and Image Processing functionality:
Feature | API Reference |
---|---|
Provides access to Medical Display functionality | Display |
Provides access to Medical Image Processing functionality | Processing |
This section provides information about the following: