on Annotation ZOrder Changed
open fun onAnnotationZOrderChanged(pageIndex: Int, @NonNull oldOrder: List<Annotation>, @NonNull newOrder: List<Annotation>)
Called when the z-order of annotations has changed on a specified page.
Parameters
page Index
Index of the page where the z-order has changed.
old Order
The old order of annotations on the page.
new Order
The new order of annotations on the page.