| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotation.h |
| Declaration | |
|---|---|
| From | - (nonnull instancetype)initWithBounds:(NSRect)bounds forType:(nonnull NSString *)annotationType withProperties:(nullable NSDictionary *)properties |
| To | - (nonnull instancetype)initWithBounds:(NSRect)bounds forType:(nonnull PDFAnnotationSubtype)annotationType withProperties:(nullable NSDictionary *)properties |
| Declaration | |
|---|---|
| From | - (BOOL)setValue:(nonnull id)value forAnnotationKey:(nonnull NSString *)key |
| To | - (BOOL)setValue:(nonnull id)value forAnnotationKey:(nonnull PDFAnnotationKey)key |
| Declaration | |
|---|---|
| From | - (BOOL)setBoolean:(BOOL)value forAnnotationKey:(nonnull NSString *)key |
| To | - (BOOL)setBoolean:(BOOL)value forAnnotationKey:(nonnull PDFAnnotationKey)key |
| Declaration | |
|---|---|
| From | - (BOOL)setRect:(NSRect)value forAnnotationKey:(nonnull NSString *)key |
| To | - (BOOL)setRect:(NSRect)value forAnnotationKey:(nonnull PDFAnnotationKey)key |
| Declaration | |
|---|---|
| From | - (nullable id)valueForAnnotationKey:(nonnull NSString *)key |
| To | - (nullable id)valueForAnnotationKey:(nonnull PDFAnnotationKey)key |
| Declaration | |
|---|---|
| From | - (void)removeValueForAnnotationKey:(nonnull NSString *)key |
| To | - (void)removeValueForAnnotationKey:(nonnull PDFAnnotationKey)key |
| Header | |
|---|---|
| From | ../Frameworks/PDFKit.framework/Headers/PDFAnnotationUtilities.h |
| To | ../Frameworks/PDFKit.framework/Headers/PDFAnnotation.h |
| Declaration | |
|---|---|
| From | @property (nonatomic, copy, nonnull) NSString *widgetFieldType |
| To | @property (nonatomic, copy, nonnull) PDFAnnotationWidgetSubtype widgetFieldType |
| Declaration | |
|---|---|
| From | - (BOOL)writeToFile:(nonnull NSString *)path withOptions:(nullable NSDictionary *)options |
| To | - (BOOL)writeToFile:(nonnull NSString *)path withOptions:(nullable NSDictionary<PDFDocumentWriteOption,id> *)options |
| Declaration | |
|---|---|
| From | - (BOOL)writeToURL:(nonnull NSURL *)url withOptions:(nullable NSDictionary *)options |
| To | - (BOOL)writeToURL:(nonnull NSURL *)url withOptions:(nullable NSDictionary<PDFDocumentWriteOption,id> *)options |