Some test text!

Search
Hamburger Icon
PDFNet/PDFNetOBJC.h
Added -[PTAppearance setShowRedactedContentRegions:]
Added -[PTAppearance getShowRedactedContentRegions]
Modified -[PTAppearance setRedactedContentColor:]
Declaration
From- (void)setRedactedContentColor:(PTColorPt *)value
To- (void)setRedactedContentColor:(SWIGTYPE_ColorPt *)value

Modified -[PTAppearance getRedactedContentColor]
Declaration
From- (PTColorPt *)getRedactedContentColor
To- (SWIGTYPE_ColorPt *)getRedactedContentColor

PDFNet/PDFViewCtrl.h
Modified PTTool
Protocol Declaration
FromPTTool
ToPTPDFViewCtrlToolDelegate

Modified PTPDFViewCtrl.toolDelegate
Declaration
From@property (nonatomic, weak) id<PTTool> toolDelegate
To@property (nonatomic, weak) id<PTPDFViewCtrlToolDelegate> toolDelegate

Tools/AnnotTypes.h
Removed PTInteractionToolType
Removed PTInteractionToolTypeNone
Removed PTInteractionToolTypeTextSelection
Removed PTInteractionToolTypeFormFilling
Removed PTInteractionToolTypeLinkFollowing
Removed PTInteractionToolTypeEraser
Removed PTInteractionToolName
Removed PTInteractionToolNameTextSelection
Removed PTInteractionToolNameFormFilling
Removed PTInteractionToolNameLinkFollowing
Removed PTInteractionToolNameEraser
Removed PTInteractionToolTypeFromName()
Removed PTInteractionToolNameFromType()
Added PTSignatureAnnotationIdentifier
Tools/FreehandCreateToolbar.h
Removed FreehandCreateToolbarDelegate
Removed -[FreehandCreateToolbarDelegate undoFreehandStroke:fromButton:]
Removed -[FreehandCreateToolbarDelegate redoFreehandStroke:fromButton:]
Removed -[FreehandCreateToolbarDelegate cancelFreehandToolbar:fromButton:]
Removed -[FreehandCreateToolbarDelegate dismissFreehandToolbar:fromButton:]
Removed FreehandCreateToolbar
Removed FreehandCreateToolbar.undoEnabled
Removed FreehandCreateToolbar.redoEnabled
Removed FreehandCreateToolbar.delegate
Tools/PTAnalyticsHandlerAdapter.h
Modified AnalyticsHandlerAdapter
Declaration
FromAnalyticsHandlerAdapter
ToPTAnalyticsHandlerAdapter

Tools/PTAnnotationPermission.h to Tools/PTAnnotationOptions.h
Modified PTAnnotationPermission
Declaration
FromPTAnnotationPermission
ToPTAnnotationOptions

Modified +[PTAnnotationPermission permission]
Declaration
From+ (PTAnnotationPermission *)permission
To+ (PTAnnotationOptions *)options

Modified -[PTAnnotationPermission isEqualToAnnotationPermission:]
Declaration
From- (BOOL)isEqualToAnnotationPermission:(PTAnnotationPermission *)permission
To- (BOOL)isEqualToAnnotationOptions:(PTAnnotationOptions *)options

Tools/AnnotationToolbar.h to Tools/PTAnnotationToolbar.h
Added PTAnnotBarButton
Added PTAnnotBarButtonStickynote
Added PTAnnotBarButtonHighlight
Added PTAnnotBarButtonStrikeout
Added PTAnnotBarButtonUnderline
Added PTAnnotBarButtonSquiggly
Added PTAnnotBarButtonSignature
Added PTAnnotBarButtonFreehand
Added PTAnnotBarButtonEraser
Added PTAnnotBarButtonFreetext
Added PTAnnotBarButtonArrow
Added PTAnnotBarButtonLine
Added PTAnnotBarButtonRectangle
Added PTAnnotBarButtonEllipse
Added PTAnnotBarButtonPolygon
Added PTAnnotBarButtonCloud
Added PTAnnotBarButtonPolyline
Added PTAnnotBarButtonPan
Added PTAnnotBarButtonClose
Added PTAnnotationToolbar.precedenceArray
Modified AnnotationToolbarDelegate
Protocol Declaration
FromAnnotationToolbarDelegate
ToPTAnnotationToolbarDelegate

Modified AnnotationToolbar
Declaration
FromAnnotationToolbar
ToPTAnnotationToolbar

Tools/AnnotationViewController.h to Tools/PTAnnotationViewController.h
Modified AnnotationViewControllerDelegate
Protocol Declaration
FromAnnotationViewControllerDelegate
ToPTAnnotationViewControllerDelegate

Modified AnnotationViewController
Declaration
FromAnnotationViewController
ToPTAnnotationViewController

Tools/AnnotEditTool.h to Tools/PTAnnotEditTool.h
Modified AnnotEditToolDelegate
Protocol Declaration
FromAnnotEditToolDelegate
ToPTAnnotEditToolDelegate

Modified AnnotEditTool
Declaration
FromAnnotEditTool
ToPTAnnotEditTool

Tools/AnnotStyle.h to Tools/PTAnnotStyle.h
Modified AnnotStyleKey
Declaration
FromAnnotStyleKey
ToPTAnnotStyleKey

Modified AnnotStyleKeyColor
Declaration
FromAnnotStyleKeyColor
ToPTAnnotStyleKeyColor

Modified AnnotStyleKeyStrokeColor
Declaration
FromAnnotStyleKeyStrokeColor
ToPTAnnotStyleKeyStrokeColor

Modified AnnotStyleKeyFillColor
Declaration
FromAnnotStyleKeyFillColor
ToPTAnnotStyleKeyFillColor

Modified AnnotStyleKeyTextColor
Declaration
FromAnnotStyleKeyTextColor
ToPTAnnotStyleKeyTextColor

Modified AnnotStyleKeyThickness
Declaration
FromAnnotStyleKeyThickness
ToPTAnnotStyleKeyThickness

Modified AnnotStyleKeyOpacity
Declaration
FromAnnotStyleKeyOpacity
ToPTAnnotStyleKeyOpacity

Modified AnnotStyleKeyTextSize
Declaration
FromAnnotStyleKeyTextSize
ToPTAnnotStyleKeyTextSize

Modified AnnotStyleDelegate
Declaration
FromAnnotStyleDelegate
ToPTAnnotStyleDelegate

Modified AnnotStyle
Declaration
FromAnnotStyle
ToPTAnnotStyle

Tools/AnnotStyleViewController.h to Tools/PTAnnotStyleViewController.h
Modified AnnotStyleViewControllerDelegate
Declaration
FromAnnotStyleViewControllerDelegate
ToPTAnnotStyleViewControllerDelegate

Modified AnnotStyleViewController
Declaration
FromAnnotStyleViewController
ToPTAnnotStyleViewController

Tools/ArrowCreate.h to Tools/PTArrowCreate.h
Modified ArrowCreate
Declaration
FromArrowCreate
ToPTArrowCreate

Tools/BookmarkUtils.h to Tools/PTBookmarkUtils.h
Modified BookmarkUtils
Declaration
FromBookmarkUtils
ToPTBookmarkUtils

Tools/BookmarkViewController.h to Tools/PTBookmarkViewController.h
Modified BookmarkViewControllerDelegate
Declaration
FromBookmarkViewControllerDelegate
ToPTBookmarkViewControllerDelegate

Modified BookmarkViewController
Declaration
FromBookmarkViewController
ToPTBookmarkViewController

Tools/ChoiceFormViewController.h to Tools/PTChoiceFormViewController.h
Modified ChoiceFormViewController
Declaration
FromChoiceFormViewController
ToPTChoiceFormViewController

Tools/CloudCreate.h to Tools/PTCloudCreate.h
Modified CloudCreate
Declaration
FromCloudCreate
ToPTCloudCreate

Tools/ColorDefaults.h to Tools/PTColorDefaults.h
Modified ColorDefaults
Declaration
FromColorDefaults
ToPTColorDefaults

Tools/ColorPickerViewController.h to Tools/PTColorPickerViewController.h
Modified ColorPickerViewControllerDelegate
Declaration
FromColorPickerViewControllerDelegate
ToPTColorPickerViewControllerDelegate

Modified ColorPickerViewController
Declaration
FromColorPickerViewController
ToPTColorPickerViewController

Tools/CreateToolBase.h to Tools/PTCreateToolBase.h
Modified CreateToolBase
Declaration
FromCreateToolBase
ToPTCreateToolBase

Tools/DigitalSignatureTool.h to Tools/PTDigitalSignatureTool.h
Modified DigitalSignatureTool
Declaration
FromDigitalSignatureTool
ToPTDigitalSignatureTool

Tools/DigSigView.h to Tools/PTDigSigView.h
Modified DigSigView
Declaration
FromDigSigView
ToPTDigSigView

Tools/DigSigViewController.h to Tools/PTDigSigViewController.h
Modified DigSigViewController
Declaration
FromDigSigViewController
ToPTDigSigViewController

Modified DigSigViewControllerDelegate
Declaration
FromDigSigViewControllerDelegate
ToPTDigSigViewControllerDelegate

Tools/PTDocumentViewController.h
Removed PTDocumentViewController.findTextToolbarHidden
Added PTDocumentViewController.annotationToolbar
Added PTDocumentViewController.searchViewController
Added -[PTDocumentViewController showSearchViewController]
Added PTDocumentViewController.pageIndicatorViewController
Added PTDocumentViewController.settingsViewController
Added PTDocumentViewController.reflowViewController
Added PTDocumentViewController.searchViewControllerHidden
Added PTDocumentViewController.reflowHidden
Modified PTDocumentViewController
Protocols
FromPTDocumentOpening, PTPDFViewCtrlDelegate, ToolManagerDelegate
ToPTDocumentOpening, PTOverridable, PTPDFViewCtrlDelegate, PTToolManagerDelegate, UIPopoverPresentationControllerDelegate

Modified PTDocumentViewController.toolManager
Declaration
From@property (nonatomic, readonly, strong, nonnull) ToolManager *toolManager
To@property (nonatomic, readonly, strong, nonnull) PTToolManager *toolManager

Modified PTDocumentViewController.thumbnailsViewController
Declaration
From@property (nonatomic, strong, nonnull) ThumbnailsViewController *thumbnailsViewController
To@property (nonatomic, strong, nonnull) PTThumbnailsViewController *thumbnailsViewController

Modified PTDocumentViewController.thumbnailSliderController
Declaration
From@property (nonatomic, strong, nonnull) ThumbnailSliderViewController *thumbnailSliderController
To@property (nonatomic, strong, nonnull) PTThumbnailSliderViewController *thumbnailSliderController

Tools/EditToolbar.h to Tools/PTEditToolbar.h
Modified EditToolbarDelegate
Declaration
FromEditToolbarDelegate
ToPTEditToolbarDelegate

Modified EditToolbar
Declaration
FromEditToolbar
ToPTEditToolbar

Tools/EllipseCreate.h to Tools/PTEllipseCreate.h
Modified EllipseCreate
Declaration
FromEllipseCreate
ToPTEllipseCreate

Tools/Eraser.h to Tools/PTEraser.h
Modified Eraser
Declaration
FromEraser
ToPTEraser

Tools/FindTextToolbar.h to Tools/PTFindTextToolbar.h
Modified FindTextToolbarDelegate
Declaration
FromFindTextToolbarDelegate
ToPTFindTextToolbarDelegate

Modified FindTextToolbar
Declaration
FromFindTextToolbar
ToPTFindTextToolbar

Tools/FloatingSigViewController.h to Tools/PTFloatingSigViewController.h
Modified FloatingSigViewController
Declaration
FromFloatingSigViewController
ToPTFloatingSigViewController

Modified FloatingSigViewControllerDelegate
Declaration
FromFloatingSigViewControllerDelegate
ToPTFloatingSigViewControllerDelegate

Tools/FormFillTool.h to Tools/PTFormFillTool.h
Modified FormFillTool
Declaration
FromFormFillTool
ToPTFormFillTool

Tools/FreeHandCreate.h to Tools/PTFreeHandCreate.h
Modified FreeHandCreateDelegate
Declaration
FromFreeHandCreateDelegate
ToPTFreeHandCreateDelegate

Modified FreeHandCreate
Declaration
FromFreeHandCreate
ToPTFreeHandCreate

Tools/FreeTextCreate.h to Tools/PTFreeTextCreate.h
Modified FreeTextCreate
Declaration
FromFreeTextCreate
ToPTFreeTextCreate

Added +[PTFreeTextCreate setRectForFreeText:withRect:pdfViewCtrl:isRTL:]
Tools/HalfModalPresentationManager.h to Tools/PTHalfModalPresentationManager.h
Modified HalfModalPresentationManager
Declaration
FromHalfModalPresentationManager
ToPTHalfModalPresentationManager

Tools/LineCreate.h to Tools/PTLineCreate.h
Modified LineCreate
Declaration
FromLineCreate
ToPTLineCreate

Tools/LineEditTool.h to Tools/PTLineEditTool.h
Modified LineEditTool
Declaration
FromLineEditTool
ToPTLineEditTool

Tools/TrnMagnifierView.h to Tools/PTMagnifierView.h
Modified TrnMagnifierView
Declaration
FromTrnMagnifierView
ToPTMagnifierView

Tools/PTNavigationListsViewController.h
Modified -[PTNavigationListsViewController initWithToolManager:]
Declaration
From- (nonnull instancetype)initWithToolManager:(nonnull ToolManager *)toolManager
To- (nonnull instancetype)initWithToolManager:(nonnull PTToolManager *)toolManager

Modified PTNavigationListsViewController.outlineViewController
Declaration
From@property (nonatomic, readonly, strong, nonnull) OutlineViewController *outlineViewController
To@property (nonatomic, readonly, strong, nonnull) PTOutlineViewController *outlineViewController

Modified PTNavigationListsViewController.annotationViewController
Declaration
From@property (nonatomic, readonly, strong, nonnull) AnnotationViewController *annotationViewController
To@property (nonatomic, readonly, strong, nonnull) PTAnnotationViewController *annotationViewController

Modified PTNavigationListsViewController.bookmarkViewController
Declaration
From@property (nonatomic, readonly, strong, nonnull) BookmarkViewController *bookmarkViewController
To@property (nonatomic, readonly, strong, nonnull) PTBookmarkViewController *bookmarkViewController

Tools/NoteEditController.h to Tools/PTNoteEditController.h
Modified NoteEditController
Declaration
FromNoteEditController
ToNoteEditController

Tools/OutlineViewController.h to Tools/PTOutlineViewController.h
Modified OutlineViewControllerDelegate
Declaration
FromOutlineViewControllerDelegate
ToPTOutlineViewControllerDelegate

Modified OutlineViewController
Declaration
FromOutlineViewController
ToPTOutlineViewController

Tools/PTOverridable.h
Added PTOverridable
Added +[PTOverridable allocOverridden]
Tools/PTOverrides.h
Added PTOverrides
Added +[PTOverrides overrideClass:withClass:]
Added +[PTOverrides overriddenClassForClass:]
Tools/PanTool.h to Tools/PTPanTool.h
Modified PanTool
Declaration
FromPanTool
ToPTPanTool

Tools/PolygonCreate.h to Tools/PTPolygonCreate.h
Modified PolygonCreate
Declaration
FromPolygonCreate
ToPTPolygonCreate

Tools/PolylineCreate.h to Tools/PTPolylineCreate.h
Modified PolylineCreate
Declaration
FromPolylineCreate
ToPTPolylineCreate

Tools/PolylineEditTool.h to Tools/PTPolylineEditTool.h
Modified PolylineEditTool
Declaration
FromPolylineEditTool
ToPolylineEditTool

Tools/RectangleCreate.h to Tools/PTRectangleCreate.h
Modified RectangleCreate
Declaration
FromRectangleCreate
ToPTRectangleCreate

Tools/ResizeWidgetView.h to Tools/PTResizeWidgetView.h
Modified Location
Declaration
FromLocation
ToPTResizeHandleLocation

Modified e_topleft
Declaration
Frome_topleft
ToPTResizeHandleLocationTopLeft

Modified e_top
Declaration
Frome_top
ToPTResizeHandleLocationTop

Modified e_topright
Declaration
Frome_topright
ToPTResizeHandleLocationTopRight

Modified e_right
Declaration
Frome_right
ToPTResizeHandleLocationRight

Modified e_bottomright
Declaration
Frome_bottomright
ToPTResizeHandleLocationBottomRight

Modified e_bottom
Declaration
Frome_bottom
ToPTResizeHandleLocationBottom

Modified e_bottomleft
Declaration
Frome_bottomleft
ToPTResizeHandleLocationBottomLeft

Modified e_left
Declaration
Frome_left
ToPTResizeHandleLocationLeft

Modified ResizeWidgetView
Declaration
FromResizeWidgetView
ToPTResizeWidgetView

Tools/RichMediaTool.h to Tools/PTRichMediaTool.h
Modified RichMediaTool
Declaration
FromRichMediaTool
ToPTRichMediaTool

Tools/PTTextSearchViewController.h
Added PTTextSearchViewControllerDelegate
Added PTTextSearchViewController
Tools/SelectionBar.h to Tools/PTSelectionBar.h
Modified SelectionBar
Declaration
FromSelectionBar
ToPTSelectionBar

Tools/SelectionRectContainerView.h to Tools/PTSelectionRectContainerView.h
Modified SelectionRectContainerView
Declaration
FromSelectionRectContainerView
ToPTSelectionRectContainerView

Tools/SelectionRectView.h to Tools/PTSelectionRectView.h
Modified SelectionRectViewDrawingMode
Declaration
FromSelectionRectViewDrawingMode
ToPTSelectionRectViewDrawingMode

Modified SelectionRectViewDrawingModeNone
Declaration
FromSelectionRectViewDrawingModeNone
ToPTSelectionRectViewDrawingModeNone

Modified SelectionRectViewDrawingModeLineNEStart
Declaration
FromSelectionRectViewDrawingModeLineNEStart
ToPTSelectionRectViewDrawingModeLineNEStart

Modified SelectionRectViewDrawingModeLineNWStart
Declaration
FromSelectionRectViewDrawingModeLineNWStart
ToPTSelectionRectViewDrawingModeLineNWStart

Modified SelectionRectView
Declaration
FromSelectionRectView
ToPTSelectionRectView

Tools/PTSettingsViewController.h
Added PTSettingsViewControllerDelegate
Added -[PTSettingsViewControllerDelegate settingsViewControllerDidUpdateViewMode:]
Added -[PTSettingsViewControllerDelegate settingsViewControllerDidUpdateStickyToolbar:]
Added -[PTSettingsViewControllerDelegate settingsViewControllerDidSelectThumbnails:]
Added -[PTSettingsViewControllerDelegate settingsViewControllerDidRotateClockwise:]
Added -[PTSettingsViewControllerDelegate settingsViewControllerDidRotateCounterClockwise:]
Added -[PTSettingsViewControllerDelegate settingsViewControllerDidToggleNightMode:]
Added -[PTSettingsViewControllerDelegate viewerIsNightMode]
Added PTSettingsViewController
Added PTSettingsViewController.delegate
Tools/TRNStampManager.h to Tools/PTStampManager.h
Modified TRNStampManager
Declaration
FromTRNStampManager
ToPTStampManager

Tools/StickyNoteCreate.h to Tools/PTStickyNoteCreate.h
Modified StickyNoteCreate
Declaration
FromStickyNoteCreate
ToPTStickyNoteCreate

Tools/TextHighlightCreate.h to Tools/PTTextHighlightCreate.h
Modified TextHighlightCreate
Declaration
FromTextHighlightCreate
ToPTTextHighlightCreate

Tools/TextMarkupCreate.h to Tools/PTTextMarkupCreate.h
Modified TextMarkupCreate
Declaration
FromTextMarkupCreate
ToPTTextMarkupCreate

Tools/TextMarkupEditTool.h to Tools/PTTextMarkupEditTool.h
Modified TextMarkupEditTool
Declaration
FromTextMarkupEditTool
ToPTTextMarkupEditTool

Tools/TextSelectTool.h to Tools/PTTextSelectTool.h
Modified TextSelectTool
Declaration
FromTextSelectTool
ToPTTextSelectTool

Tools/TextSquigglyCreate.h to Tools/PTTextSquigglyCreate.h
Modified TextSquigglyCreate
Declaration
FromTextSquigglyCreate
ToPTTextSquigglyCreate

Tools/TextStrikeoutCreate.h to Tools/PTTextStrikeoutCreate.h
Modified TextStrikeoutCreate
Declaration
FromTextStrikeoutCreate
ToPTTextStrikeoutCreate

Tools/TextUnderlineCreate.h to Tools/PTTextUnderlineCreate.h
Modified TextUnderlineCreate
Declaration
FromTextUnderlineCreate
ToPTTextUnderlineCreate

Tools/ThumbnailSliderViewController.h to Tools/PTThumbnailSliderViewController.h
Modified ThumbnailSliderViewDelegate
Declaration
FromThumbnailSliderViewDelegate
ToPTThumbnailSliderViewDelegate

Modified ThumbnailsViewController
Declaration
FromThumbnailsViewController
ToPTThumbnailsViewController

Tools/ThumbnailsViewController.h to Tools/PTThumbnailsViewController.h
Modified ThumbnailsViewController
Declaration
FromThumbnailsViewController
ToPTThumbnailsViewController

Tools/ThumbnailViewCell.h to Tools/PTThumbnailViewCell.h
Modified ThumbnailViewCell
Declaration
FromThumbnailViewCell
ToPTThumbnailViewCell

Tools/ThumbnailViewLayout.h to Tools/PTThumbnailViewLayout.h
Modified ThumbnailViewLayoutDefaultSpacing
Declaration
FromThumbnailViewLayoutDefaultSpacing
ToPTThumbnailViewLayoutDefaultSpacing

Modified ThumbnailViewLayout
Declaration
FromThumbnailViewLayout
ToPTThumbnailViewLayout

Tools/Tool.h to Tools/PTTool.h
Modified Tool
Declaration
FromTool
ToPTTool

Tools/ToolManager.h to Tools/PTToolManager.h
Removed ToolManagerInteractionToolNamesUserInfoKey
Deprecated ToolManager.textAnnotationPermission
Deprecated ToolManager.linkAnnotationPermission
Deprecated ToolManager.freeTextAnnotationPermission
Deprecated ToolManager.lineAnnotationPermission
Deprecated ToolManager.squareAnnotationPermission
Deprecated ToolManager.circleAnnotationPermission
Deprecated ToolManager.polygonAnnotationPermission
Deprecated ToolManager.polylineAnnotationPermission
Deprecated ToolManager.highlightAnnotationPermission
Deprecated ToolManager.underlineAnnotationPermission
Deprecated ToolManager.squigglyAnnotationPermission
Deprecated ToolManager.strikeOutAnnotationPermission
Deprecated ToolManager.stampAnnotationPermission
Deprecated ToolManager.caretAnnotationPermission
Deprecated ToolManager.inkAnnotationPermission
Deprecated ToolManager.popupAnnotationPermission
Deprecated ToolManager.fileAttachmentAnnotationPermission
Deprecated ToolManager.soundAnnotationPermission
Deprecated ToolManager.movieAnnotationPermission
Deprecated ToolManager.widgetAnnotationPermission
Deprecated ToolManager.screenAnnotationPermission
Deprecated ToolManager.printerMarkAnnotationPermission
Deprecated ToolManager.trapNetAnnotationPermission
Deprecated ToolManager.watermarkAnnotationPermission
Deprecated ToolManager.threeDimensionalAnnotationPermission
Deprecated ToolManager.redactAnnotationPermission
Deprecated ToolManager.projectionAnnotationPermission
Deprecated ToolManager.richMediaAnnotationPermission
Deprecated ToolManager.arrowAnnotationPermission
Deprecated ToolManager.signatureAnnotationPermission
Deprecated ToolManager.cloudyAnnotationPermission
Added PTToolManager.textAnnotationOptions
Added PTToolManager.linkAnnotationOptions
Added PTToolManager.freeTextAnnotationOptions
Added PTToolManager.lineAnnotationOptions
Added PTToolManager.squareAnnotationOptions
Added PTToolManager.circleAnnotationOptions
Added PTToolManager.polygonAnnotationOptions
Added PTToolManager.polylineAnnotationOptions
Added PTToolManager.highlightAnnotationOptions
Added PTToolManager.underlineAnnotationOptions
Added PTToolManager.squigglyAnnotationOptions
Added PTToolManager.strikeOutAnnotationOptions
Added PTToolManager.stampAnnotationOptions
Added PTToolManager.caretAnnotationOptions
Added PTToolManager.inkAnnotationOptions
Added PTToolManager.popupAnnotationOptions
Added PTToolManager.fileAttachmentAnnotationOptions
Added PTToolManager.soundAnnotationOptions
Added PTToolManager.movieAnnotationOptions
Added PTToolManager.widgetAnnotationOptions
Added PTToolManager.screenAnnotationOptions
Added PTToolManager.printerMarkAnnotationOptions
Added PTToolManager.trapNetAnnotationOptions
Added PTToolManager.watermarkAnnotationOptions
Added PTToolManager.threeDimensionalAnnotationOptions
Added PTToolManager.redactAnnotationOptions
Added PTToolManager.projectionAnnotationOptions
Added PTToolManager.richMediaAnnotationOptions
Added PTToolManager.arrowAnnotationOptions
Added PTToolManager.signatureAnnotationOptions
Added PTToolManager.cloudyAnnotationOptions
Added PTToolManager.autoResizeFreeTextEnabled
Added PTToolManagerToolDidChangeNotification
Added PTToolManagerFormFieldDataModifiedNotification
Added PTToolManagerPreviousToolUserInfoKey
Modified PTToolManager
Protocol Declaration
FromPTToolManager
ToPTToolEvents

Modified PTToolPermissionsDelegate
Protocol Declaration
FromPTToolPermissionsDelegate
ToPTToolOptionsDelegate

Modified PTToolSwitching
Protocols
FromPTTool
ToPTPDFViewCtrlToolDelegate

Modified PTToolSwitching.toolManager
Declaration
From@property (nonatomic, weak, nullable) id<PTToolManager,PTToolPermissionsDelegate> toolManager
To@property (nonatomic, weak, nullable) id<PTToolEvents,PTToolOptionsDelegate> toolManager

Modified ToolManager
Declaration
FromToolManager
ToPTToolManager

Modified -[ToolManager annotationPermissionForAnnotType:]
Declaration
From- (nullable PTAnnotationPermisison *)annotationPermissionForAnnotType:(PTExtendedAnnotType)annotType
To- (nullable PTAnnotationOptions *)annotationOptionsForAnnotType:(PTExtendedAnnotType)annotType

Modified ToolManagerDelegate
Protocols
FromToolManagerDelegate
ToPTToolManagerDelegate

Modified ToolManagerAnnotationAddedNotification
Declaration
FromToolManagerAnnotationAddedNotification
ToPTToolManagerAnnotationAddedNotification

Modified ToolManagerAnnotationModifiedNotification
Declaration
FromToolManagerAnnotationModifiedNotification
ToPTToolManagerAnnotationModifiedNotification

Modified ToolManagerAnnotationRemovedNotification
Declaration
FromToolManagerAnnotationRemovedNotification
ToPTToolManagerAnnotationRemovedNotification

Modified ToolManagerPermissionsDidChangeNotification
Declaration
FromToolManagerPermissionsDidChangeNotification
ToPTToolManagerAnnotationOptionsDidChangeNotification

Modified ToolManagerAnnotationUserInfoKey
Declaration
FromToolManagerAnnotationUserInfoKey
ToPTToolManagerAnnotationUserInfoKey

Modified ToolManagerPageNumberUserInfoKey
Declaration
FromToolManagerPageNumberUserInfoKey
ToPTToolManagerPageNumberUserInfoKey

Modified ToolManagerAnnotationNamesUserInfoKey
Declaration
FromToolManagerAnnotationNamesUserInfoKey
ToPTToolManagerAnnotationNamesUserInfoKey

Tools/PDFViewCtrlToolsUtil.h to Tools/PTToolsUtil.h
Modified PDFViewCtrlToolsUtil
Declaration
FromPDFViewCtrlToolsUtil
ToPTToolsUtil

Tools/ToolsMacros.h
Added #def PT_CONSTRUCTOR
Added #def PT_CONSTRUCTOR_PRIORITY
Added #def PT_DESTRUCTOR
Added #def PT_DESTRUCTOR_PRIORITY