PSPDFAnnotationZIndexMove
Objective-C
enum PSPDFAnnotationZIndexMove {}
Defines the z-index position where an annotation should be moved to.
-
Move the annotation to the front of the z-index stack.
Declaration
Objective-C
PSPDFAnnotationZIndexMoveToFront
-
Move the annotation one position forward on the z-index stack.
Declaration
Objective-C
PSPDFAnnotationZIndexMoveForward
-
Move the annotation one position backward on the z-index stack.
Declaration
Objective-C
PSPDFAnnotationZIndexMoveBackward
-
Move the annotation to the back of the z-index stack.
Declaration
Objective-C
PSPDFAnnotationZIndexMoveToBack