PTPDFAnnotationChangeType
enum PTPDFAnnotationChangeType : NSUInteger {}
The type of change represented by a PTPDFAnnotationChange
instance.
-
Add annotation change type.
Declaration
Objective-C
PTPDFAnnotationChangeTypeAdd
Swift
case add = 0
-
Modify annotation change type.
Declaration
Objective-C
PTPDFAnnotationChangeTypeModify
Swift
case modify = 1
-
Remove annotation change type.
Declaration
Objective-C
PTPDFAnnotationChangeTypeRemove
Swift
case remove = 2
-
Flatten annotation change type.
Declaration
Objective-C
PTPDFAnnotationChangeTypeFlatten
Swift
case flatten = 3