Some test text!

Search
Hamburger Icon
PDFNet/PDFNetOBJC.h
Added -[PTMarkup RotateAppearance:]
Added -[PTComboBoxWidget GetOptions]
Added -[PTComboBoxWidget ReplaceOptions:]
Added -[PTComboBoxWidget RemoveOption:]
Added -[PTListBoxWidget GetOptions]
Added -[PTListBoxWidget ReplaceOptions:]
Added -[PTListBoxWidget RemoveOption:]
Tools/AnnotTypes.h
Added PTExtendedAnnotTypePencilDrawing
Added PTExtendedAnnotNamePencilDrawing
Added PTPencilDrawingAnnotationIdentifier
Tools/PTAnnotEditTool.h
Added PTAnnotEditTool.selectedAnnotations
Tools/PTDigSigView.h
Removed PTDigSigView.m_dig_sig_points
Added PTDigSigView.points
Tools/PTDocumentViewController.h
Added PTDocumentViewController.moreItemsButtonItem
Added PTDocumentViewController.moreItemsViewController
Tools/PTEditToolbar.h
Added PTEditToolbar.styleButtonHidden
Tools/PTFloatingSigViewController.h
Added PTFloatingSigViewController.digSigView
Tools/PTMoreItemsViewController.h
Added PTMoreItemsViewController
Added -[PTMoreItemsViewController initWithToolManager:]
Tools/PTPencilDrawingCreate.h
Added PTPencilDrawingCreate
Added -[PTPencilDrawingCreate commitAnnotation]
Added -[PTPencilDrawingCreate editAnnotation:onPage:]
Added -[PTPencilDrawingCreate cancelEditingAnnotation]
Tools/PTSignatureAnnotationOptions.h
Added PTSignatureAnnotationOptions
Added PTSignatureAnnotationOptions.canEditAppearance
Tools/PTTextMarkupAnnotationOptions.h
Added PTTextMarkupAnnotationOptions
Added PTTextMarkupAnnotationOptions.copiesAnnotatedTextToContents
Tools/PTToolManager.h
Added PTToolManager.pencilDrawingAnnotationOptions
Modified PTToolManager.highlightAnnotationOptions
Declaration
From@property (nonatomic, copy, nonnull) PTAnnotationOptions *highlightAnnotationOptions
To@property (nonatomic, copy, nonnull) PTTextMarkupAnnotationOptions *highlightAnnotationOptions

Modified PTToolManager.underlineAnnotationOptions
Declaration
From@property (nonatomic, copy, nonnull) PTAnnotationOptions *underlineAnnotationOptions
To@property (nonatomic, copy, nonnull) PTTextMarkupAnnotationOptions *underlineAnnotationOptions

Modified PTToolManager.squigglyAnnotationOptions
Declaration
From@property (nonatomic, copy, nonnull) PTAnnotationOptions *squigglyAnnotationOptions
To@property (nonatomic, copy, nonnull) PTTextMarkupAnnotationOptions *squigglyAnnotationOptions

Modified PTToolManager.strikeOutAnnotationOptions
Declaration
From@property (nonatomic, copy, nonnull) PTAnnotationOptions *strikeOutAnnotationOptions
To@property (nonatomic, copy, nonnull) PTTextMarkupAnnotationOptions *strikeOutAnnotationOptions

Modified PTToolManager.signatureAnnotationOptions
Declaration
From@property (nonatomic, copy, nonnull) PTAnnotationOptions *signatureAnnotationOptions
To@property (nonatomic, copy, nonnull) PTSignatureAnnotationOptions *signatureAnnotationOptions