RemovePage
DicomImage.RemovePage method
Removes the page at the specified index of the page list.
public void RemovePage(int pageIndex)
Parameter | Type | Description |
---|---|---|
pageIndex | Int32 | Index of the page. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | pageIndex - Page index is less than 0 . or pageIndex - Page index is equal to or greater than PageCount . |
See Also
- class DicomImage
- namespace Aspose.Imaging.FileFormats.Dicom
- assembly Aspose.Imaging