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)
ParameterTypeDescription
pageIndexInt32Index of the page.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionpageIndex is out of range.

See Also