DicomImage.RemovePage
DicomImage.RemovePage method
Eliminate the page at the specified index from the page list with this convenient method. Ideal for developers seeking precise control over the management of multi-page images, ensuring seamless organization and customization of image content.
public void RemovePage(int pageIndex)
Parameter | Type | Description |
---|---|---|
pageIndex | Int32 | Index of the page. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | pageIndex is out of range. |
See Also
- class DicomImage
- namespace Aspose.Imaging.FileFormats.Dicom
- assembly Aspose.Imaging