ActivePage

DicomImage.ActivePage property

Manage the active page of the image with this intuitive property. Ideal for developers seeking to dynamically switch between pages within multi-page images, ensuring efficient navigation and processing.

public DicomPage ActivePage { get; set; }

Property Value

The active page.

Exceptions

exceptioncondition
DicomImageExceptionThe active page cannot be set as it belongs to another image.

See Also