Annotation ZIndex Edit
class AnnotationZIndexEdit(pageIndex: Int, objectNumber: Int, val oldZIndex: Int, val newZIndex: Int) : AnnotationEdit
Represents a single edit of an annotation z-index.
Parameters
page Index
The zero-based index of the page containing the annotation.
object Number
The PDF object number of the annotation.
old ZIndex
The z-index of the annotation before the edit.
new ZIndex
The z-index of the annotation after the edit.