PTPDFAnnotationChangeType
enum PTPDFAnnotationChangeType : NSUInteger {}
The type of change represented by a PTPDFAnnotationChange instance.
-
Add annotation change type.
Declaration
Objective-C
PTPDFAnnotationChangeTypeAddSwift
case add = 0 -
Modify annotation change type.
Declaration
Objective-C
PTPDFAnnotationChangeTypeModifySwift
case modify = 1 -
Remove annotation change type.
Declaration
Objective-C
PTPDFAnnotationChangeTypeRemoveSwift
case remove = 2 -
Flatten annotation change type.
Declaration
Objective-C
PTPDFAnnotationChangeTypeFlattenSwift
case flatten = 3
PTPDFAnnotationChangeType Enumeration Reference