PSPDFFreeTextAnnotationIntent
Objective-C
enum PSPDFFreeTextAnnotationIntent {}
Swift
@frozen enum Intent : Int
The free text annotation intent type. (Optional; PDF 1.6)
-
Regular free text annotation (text box comment)
Declaration
Objective-C
PSPDFFreeTextAnnotationIntentFreeText
Swift
case freeText = 0
-
Callout style
Declaration
Objective-C
PSPDFFreeTextAnnotationIntentFreeTextCallout
Swift
case freeTextCallout = 1
-
Click- to-type or typewriter object
Declaration
Objective-C
PSPDFFreeTextAnnotationIntentFreeTextTypeWriter
Swift
case freeTextTypeWriter = 2