| Package | Description |
|---|---|
| com.aspose.imaging.fileformats.dicom |
The package handles Dicom file format processing
|
| Modifier and Type | Method and Description |
|---|---|
DicomPage |
DicomImage.addPage()
Append a new page to the end of the image's page list with this straightforward method.
|
DicomPage |
DicomImage.getActivePage()
Access to the active page of the image with this intuitive property.
|
DicomPage[] |
DicomImage.getDicomPages()
Access the pages of the image with this intuitive property.
|
DicomPage |
DicomImage.insertPage(int pageIndex)
Insert a new page into the image's page list at a specified index with this intuitive
method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DicomImage.setActivePage(DicomPage value)
Manage the active page of the image with this intuitive property.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.