Other Constants
The following constants are available globally.
-
The bundle identifier of the PDFNet framework bundle.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTPDFNetBundleIdentifierSwift
let PTPDFNetBundleIdentifier: String -
The domain for errors from the PDFNet library.
See moreDeclaration
Objective-C
extern const NSErrorDomain _Nonnull PTPDFNetErrorDomainSwift
let PTPDFNetErrorDomain: String -
Undocumented
See moreDeclaration
Objective-C
PDFNET_EXTERN const NSExceptionName PTPDFNetExceptionNameSwift
static let PTPDFNetExceptionName: NSExceptionName -
Undocumented
See moreDeclaration
Objective-C
PDFNET_EXTERN NSString * const PTPDFNetExceptionFileNameUserInfoKeySwift
let PTPDFNetExceptionFileNameUserInfoKey: String -
Undocumented
See moreDeclaration
Objective-C
PDFNET_EXTERN NSString * const PTPDFNetExceptionLineNumberUserInfoKeySwift
let PTPDFNetExceptionLineNumberUserInfoKey: String -
Undocumented
See moreDeclaration
Objective-C
PDFNET_EXTERN NSString * const PTPDFNetExceptionFunctionUserInfoKeySwift
let PTPDFNetExceptionFunctionUserInfoKey: String -
Undocumented
See moreDeclaration
Objective-C
PDFNET_EXTERN NSString * const PTPDFNetExceptionMessageUserInfoKeySwift
let PTPDFNetExceptionMessageUserInfoKey: String -
Undocumented
See moreDeclaration
Objective-C
PDFNET_EXTERN NSString * const PTPDFNetExceptionErrorCodeUserInfoKeySwift
let PTPDFNetExceptionErrorCodeUserInfoKey: String
-
Image stamp annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameImageStampSwift
static let imageStamp: PTExtendedAnnotName -
Ruler annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameRulerSwift
static let ruler: PTExtendedAnnotName -
Perimeter annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNamePerimeterSwift
static let perimeter: PTExtendedAnnotName -
Area annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameAreaSwift
static let area: PTExtendedAnnotName -
Pencil drawing annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNamePencilDrawingSwift
static let pencilDrawing: PTExtendedAnnotName -
Freehand highlight annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameFreehandHighlightSwift
static let freehandHighlight: PTExtendedAnnotName -
Free text callout annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameCalloutSwift
static let callout: PTExtendedAnnotName -
Text redaction annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameTextRedactSwift
static let textRedact: PTExtendedAnnotName -
Text field annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameTextFieldSwift
static let textField: PTExtendedAnnotName -
Check box annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameCheckBoxSwift
static let checkBox: PTExtendedAnnotName -
Radio button annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameRadioButtonSwift
static let radioButton: PTExtendedAnnotName -
Combo box annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameComboBoxSwift
static let comboBox: PTExtendedAnnotName -
List box annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameListBoxSwift
static let listBox: PTExtendedAnnotName -
Signature field annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameSignatureFieldSwift
static let signatureField: PTExtendedAnnotName -
Date text annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameDateTextSwift
static let dateText: PTExtendedAnnotName -
Spacing text annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameSpacingTextSwift
static let spacingText: PTExtendedAnnotName -
Count annotation
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameCountSwift
static let count: PTExtendedAnnotName -
Eraser ‘annotation’
See moreDeclaration
Objective-C
extern const PTExtendedAnnotName _Nonnull PTExtendedAnnotNameEraserSwift
static let eraser: PTExtendedAnnotName -
An identifying string applied to signature (stamp) annotations.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTSignatureAnnotationIdentifierSwift
let PTSignatureAnnotationIdentifier: String -
An identifying string applied to image (stamp) annotations.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTImageStampAnnotationIdentifierSwift
let PTImageStampAnnotationIdentifier: String -
An identifying string applied to image (stamp) annotations relating to the stamp’s rotation.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTImageStampAnnotationRotationIdentifierSwift
let PTImageStampAnnotationRotationIdentifier: String -
An identifying string applied to image (stamp) annotations relating to the stamp’s rotation.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTImageStampAnnotationRotationDegreeIdentifierSwift
let PTImageStampAnnotationRotationDegreeIdentifier: String -
An identifying string applied to free text annotations relating to the free text’s rotation.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTFreeTextAnnotationRotationDegreeIdentifierSwift
let PTFreeTextAnnotationRotationDegreeIdentifier: String -
An identifying string applied to image (stamp) annotations created with PencilKit.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTPencilDrawingAnnotationIdentifierSwift
let PTPencilDrawingAnnotationIdentifier: String -
Undocumented
See moreDeclaration
Objective-C
static const PTPDFPageNumber PTInvalidPDFPageNumber = 0Swift
let PTInvalidPDFPageNumber: PTPDFPageNumber
-
Posted by a
PTPDFViewCtrlinstance before it sets the current document with the-[PTPDFViewCtrl SetDoc:]method.The current document, which will be closed, can be retrieved with the
-[PTPDFViewCtrl GetDoc]method.The notification object is the
See morePTPDFViewCtrlinstance that posted the notification. TheuserInfodictionary contains an entry for thePTPDFViewCtrlPDFDocUserInfoKeykey that corresponds to thePTPDFDocinstance that will be set as the current document.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTPDFViewCtrlWillSetDocNotificationSwift
static let PTPDFViewCtrlWillSetDoc: NSNotification.Name -
Posted by a
PTPDFViewCtrlinstance after it sets the current document with the-[PTPDFViewCtrl SetDoc:]method. The current document can be retrieved with the-[PTPDFViewCtrl GetDoc]method.The notification object is the
See morePTPDFViewCtrlinstance that posted the notification. TheuserInfodictionary is empty.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTPDFViewCtrlDidSetDocNotificationSwift
static let PTPDFViewCtrlDidSetDoc: NSNotification.Name -
Posted when the
PTPDFViewCtrlhas closed the current document.The notification object is the pdfViewCtrl that posted the notification. The
See moreuserInfodictionary is empty.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTPDFViewCtrlDidCloseDocNotificationSwift
static let PTPDFViewCtrlDidCloseDoc: NSNotification.Name -
Posted when the
PTPDFViewCtrlhas streaming event notification. These are generated when downloading a document via-[PTPDFViewCtrl OpenURLAync:], and when opening a non-PDF document with-[PTPDFViewCtrl openUniversalDocumentWithConversion:].The notification object is the pdfViewCtrl that posted the notification. The
See moreuserInfodictionary contains entries for thePTPDFViewCtrlStreamingEventTypeUserInfoKeyandPTPDFViewCtrlPageNumberUserInfoKeykeys. ThePTPDFViewCtrlStreamingEventMessageUserInfoKeykey is present when there is a streaming event message.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTPDFViewCtrlStreamingEventNotificationSwift
static let PTPDFViewCtrlStreamingEvent: NSNotification.Name -
Posted when the
PTPDFViewCtrl‘s color post process mode changes.The notification object is the pdfViewCtrl that posted the notification. The
See moreuserInfodictionary contains an entry for thePTPDFViewCtrlColorPostProcessModeUserInfoKeykey. It may also contain entries for thePTPDFViewCtrlWhiteColorUserInfoKeyandPTPDFViewCtrlBlackColorUserInfoKeykeys when the post-process colors are changed with the-[PTPDFViewCtrl SetColorPostProcessColors:black_color:]method.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTPDFViewCtrlColorPostProcessModeDidChangeNotificationSwift
static let PTPDFViewCtrlColorPostProcessModeDidChange: NSNotification.Name -
Posted when the
PTPDFViewCtrl‘s page presentation mode changes.The notification object is the
See morePTPDFViewCtrlthat posted the notification. TheuserInfodictionary contains an entry for thePTPDFViewCtrlPagePresentationModeUserInfoKeykey with the new page presentation mode.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTPDFViewCtrlPagePresentationModeDidChangeNotificationSwift
static let PTPDFViewCtrlPagePresentationModeDidChange: NSNotification.Name -
Posted when the
PTPDFViewCtrlwill execute an action with an action parameter.The notification object is the
See morePTPDFViewCtrlthat posted the notification. TheuserInfodictionary contains an entry for thePTPDFViewCtrlActionParameterUserInfoKeykey with the action parameter.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTPDFViewCtrlWillExecuteActionNotificationSwift
static let PTPDFViewCtrlWillExecuteAction: NSNotification.Name -
Posted when the
PTPDFViewCtrlhas executed an action with an action parameter.The notification object is the
See morePTPDFViewCtrlthat posted the notification. TheuserInfodictionary contains an entry for thePTPDFViewCtrlActionParameterUserInfoKeykey with the action parameter.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTPDFViewCtrlDidExecuteActionNotificationSwift
static let PTPDFViewCtrlDidExecuteAction: NSNotification.Name
-
The key for a
See moreNSNumberobject containing anintpage number.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlPageNumberUserInfoKeySwift
let PTPDFViewCtrlPageNumberUserInfoKey: String -
The key for a
See moreNSNumberobject containing a PTDownloadedType.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlStreamingEventTypeUserInfoKeySwift
let PTPDFViewCtrlStreamingEventTypeUserInfoKey: String -
The key for a
See moreNSStringobject containing the message for a streaming event.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlStreamingEventMessageUserInfoKeySwift
let PTPDFViewCtrlStreamingEventMessageUserInfoKey: String -
The key for a
See moreNSNumberobject containing a PTColorPostProcessMode.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlColorPostProcessModeUserInfoKeySwift
let PTPDFViewCtrlColorPostProcessModeUserInfoKey: String -
The key for a
See moreUIColorobject containing the color that black is mapped to.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlBlackColorUserInfoKeySwift
let PTPDFViewCtrlBlackColorUserInfoKey: String -
The key for a
See moreUIColorobject containing the color that white is mapped to.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlWhiteColorUserInfoKeySwift
let PTPDFViewCtrlWhiteColorUserInfoKey: String -
The key for a
See moreNSNumberobject containing aTrnPagePresentationMode.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlPagePresentationModeUserInfoKeySwift
let PTPDFViewCtrlPagePresentationModeUserInfoKey: String -
The key for a
See morePTActionParameterobject.Declaration
Objective-C
extern NSString *const _Nonnull PTPDFViewCtrlActionParameterUserInfoKeySwift
let PTPDFViewCtrlActionParameterUserInfoKey: String -
Annotation stroke style.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyStrokeStyleSwift
static let strokeStyle: PTAnnotStyleKey -
Annotation border effect.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyBorderEffectSwift
static let borderEffect: PTAnnotStyleKey -
Annotation border effect intensity.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyBorderEffectIntensitySwift
static let borderEffectIntensity: PTAnnotStyleKey -
Annotation label.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyLabelSwift
static let label: PTAnnotStyleKey -
Measurement scale.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyScaleSwift
static let scale: PTAnnotStyleKey -
Measurement precision.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyPrecisionSwift
static let precision: PTAnnotStyleKey -
Measurement tool snap-to.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeySnappingSwift
static let snapping: PTAnnotStyleKey -
Annotation font
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyFontSwift
static let font: PTAnnotStyleKey -
Annotation horizontal alignment
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyHorizontalAlignmentSwift
static let horizontalAlignment: PTAnnotStyleKey -
Annotation vertical alignment
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyVerticalAlignmentSwift
static let verticalAlignment: PTAnnotStyleKey -
Annotation date format.
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyDateFormatSwift
static let dateFormat: PTAnnotStyleKey -
Line annotation end styles
See moreDeclaration
Objective-C
extern const PTAnnotStyleKey _Nonnull PTAnnotStyleKeyLineEndStylesSwift
static let lineEndStyles: PTAnnotStyleKey -
The maximum eraser width.
See moreDeclaration
Objective-C
extern const double PTAnnotStyleMaximumEraserWidthSwift
let PTAnnotStyleMaximumEraserWidth: Double
-
Posted when the document model object has been loaded.
The notification object is the
See morePTAnnotationManagerinstance that posted the notification. There is nouserInfodictionary for this notification.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTAnnotationManagerDidLoadDocumentModelSwift
static let PTAnnotationManagerDidLoadDocumentModel: NSNotification.Name -
Posted when annotations will be changed.
The notification object is the
PTAnnotationManagerinstance that posted the notification.The
userInfodictionary of theNSNotificationinstance contains entries for at least one of the following keys:PTAddedAnnotationsUserInfoKeyPTModifiedAnnotationsUserInfoKeyPTRemovedAnnotationsUserInfoKeyPTFlattenedAnnotationsUserInfoKeyPTAnnotationChangesUserInfoKeyPTXFDFUserInfoKeyThe key(s) present in theuserInfodictionary depends on if annotations will be added, modified, removed, flattened, or updated with an XFDF string.
Declaration
Objective-C
extern const NSNotificationName _Nonnull PTAnnotationManagerAnnotationsWillChangeNotificationSwift
static let PTAnnotationManagerAnnotationsWillChange: NSNotification.Name -
Posted when annotations have been changed.
The notification object is the
PTAnnotationManagerinstance that posted the notification.The
userInfodictionary of theNSNotificationinstance contains entries for at least one of the following keys:PTAddedAnnotationsUserInfoKeyPTModifiedAnnotationsUserInfoKeyPTRemovedAnnotationsUserInfoKeyPTFlattenedAnnotationsUserInfoKeyPTAnnotationChangesUserInfoKeyPTXFDFUserInfoKeyThe key(s) present in theuserInfodictionary depends on if annotations were added, modified, removed, flattened, or updated with an XFDF string.
Declaration
Objective-C
extern const NSNotificationName _Nonnull PTAnnotationManagerAnnotationsDidChangeNotificationSwift
static let PTAnnotationManagerAnnotationsDidChange: NSNotification.Name -
Posted when the annotation manager is about to start loading annotations.
The notification object is the
See morePTAnnotationManagerinstance that posted the notification. There is nouserInfodictionary for this notification.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTAnnotationManagerWillBeginLoadingAnnotationsNotificationSwift
static let PTAnnotationManagerWillBeginLoadingAnnotations: NSNotification.Name -
Posted when the annotation manager has stopped loading annotations.
The notification object is the
See morePTAnnotationManagerinstance that posted the notification. There is nouserInfodictionary for this notification.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTAnnotationManagerDidEndLoadingAnnotationsNotificationSwift
static let PTAnnotationManagerDidEndLoadingAnnotations: NSNotification.Name
-
The key for a
See moreNSDictionary<NSNumber *, NSArray<PTAnnot *> *> *, where the dictionary keys areNSNumberinstances containing anintpage number and the dictionary values areNSArrayinstances containingPTAnnots for the changed annotations.Declaration
Objective-C
extern NSString *const _Nonnull PTAddedAnnotationsUserInfoKeySwift
let PTAddedAnnotationsUserInfoKey: String -
The key for a
See moreNSDictionary<NSNumber *, NSArray<PTAnnot *> *> *, where the dictionary keys areNSNumberinstances containing anintpage number and the dictionary values areNSArrayinstances containingPTAnnots for the changed annotations.Declaration
Objective-C
extern NSString *const _Nonnull PTModifiedAnnotationsUserInfoKeySwift
let PTModifiedAnnotationsUserInfoKey: String -
The key for a
See moreNSDictionary<NSNumber *, NSArray<PTAnnot *> *> *, where the dictionary keys areNSNumberinstances containing anintpage number and the dictionary values areNSArrayinstances containingPTAnnots for the changed annotations.Declaration
Objective-C
extern NSString *const _Nonnull PTRemovedAnnotationsUserInfoKeySwift
let PTRemovedAnnotationsUserInfoKey: String -
The key for a
See moreNSDictionary<NSNumber *, NSArray<PTAnnot *> *> *, where the dictionary keys areNSNumberinstances containing anintpage number and the dictionary values areNSArrayinstances containingPTAnnots for the changed annotations.Declaration
Objective-C
extern NSString *const _Nonnull PTFlattenedAnnotationsUserInfoKeySwift
let PTFlattenedAnnotationsUserInfoKey: String -
The key for a
See moreNSArraycontainingPTPDFAnnotationChangeinstances describing the changes to annotations in the document.Declaration
Objective-C
extern NSString *const _Nonnull PTAnnotationChangesUserInfoKeySwift
let PTAnnotationChangesUserInfoKey: String -
The key for a
See moreNSString *of an XFDF string.Declaration
Objective-C
extern NSString *const _Nonnull PTXFDFUserInfoKeySwift
let PTXFDFUserInfoKey: String -
The key for the array of annotation types that this group of annotation presets belongs to.
See moreDeclaration
Objective-C
static const PTAnnotStylePresetKey _Nonnull PTAnnotStylePresetKeyTypes = @"types"Swift
static let types: PTAnnotStylePresetKey -
The key for the array of annotation presets.
See moreDeclaration
Objective-C
static const PTAnnotStylePresetKey _Nonnull PTAnnotStylePresetKeyPresets = @"presets"Swift
static let presets: PTAnnotStylePresetKey -
The key of a dictionary entry where a (stroke) color is defined as a hex string, e.g. “#00AA55”
See moreDeclaration
Objective-C
static const PTAnnotStylePresetKey _Nonnull PTAnnotStylePresetKeyColor = @"color"Swift
static let color: PTAnnotStylePresetKey -
The key of a dictionary entry where a fill color is defined as a hex string, e.g. “#00AA55”
See moreDeclaration
Objective-C
static const PTAnnotStylePresetKey _Nonnull PTAnnotStylePresetKeyFillColor = @"fillColor"Swift
static let fillColor: PTAnnotStylePresetKey -
The key of a dictionary entry where the text color of a FreeText annotation is defined as a hex string, e.g. “#00AA55”
See moreDeclaration
Objective-C
static const PTAnnotStylePresetKey _Nonnull PTAnnotStylePresetKeyTextColor = @"textColor"Swift
static let textColor: PTAnnotStylePresetKey -
The key of a dictionary entry where the text size of a FreeText annotation is defined as a number.
See moreDeclaration
Objective-C
static const PTAnnotStylePresetKey _Nonnull PTAnnotStylePresetKeyTextSize = @"textSize"Swift
static let textSize: PTAnnotStylePresetKey -
The key of a dictionary entry where the stroke thickness of an annotation is defined as a number.
See moreDeclaration
Objective-C
static const PTAnnotStylePresetKey _Nonnull PTAnnotStylePresetKeyThickness = @"thickness"Swift
static let thickness: PTAnnotStylePresetKey -
The key of a dictionary entry where the opacity of an annotation is defined as a number between 0 and 1.
See moreDeclaration
Objective-C
static const PTAnnotStylePresetKey _Nonnull PTAnnotStylePresetKeyOpacity = @"opacity"Swift
static let opacity: PTAnnotStylePresetKey -
Posted before bookmarks are imported into a document.
See moreDeclaration
Objective-C
extern const NSNotificationName _Nonnull PTBookmarkManagerWillImportBookmarksNotificationSwift
static let PTBookmarkManagerWillImportBookmarks: NSNotification.Name -
Posted after bookmarks are imported into a document.
See moreDeclaration
Objective-C
extern const NSNotificationName _Nonnull PTBookmarkManagerDidImportBookmarksNotificationSwift
static let PTBookmarkManagerDidImportBookmarks: NSNotification.Name -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTCalloutTextHorizontalDistanceSwift
let PTCalloutTextHorizontalDistance: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTCalloutTextVerticalDistanceSwift
let PTCalloutTextVerticalDistance: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTCalloutTextContentRectWidthSwift
let PTCalloutTextContentRectWidth: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTCalloutTextContentRectHeightSwift
let PTCalloutTextContentRectHeight: String -
Represents whether the annotation is a count annotation.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTCountKeySwift
let PTCountKey: String -
Key of the label of the count annotation.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTCountLabelKeySwift
let PTCountLabelKey: String -
Undocumented
See moreDeclaration
Objective-C
extern NSString * const PTRadioButtonWidthKeySwift
let PTRadioButtonWidthKey: String -
Undocumented
See moreDeclaration
Objective-C
extern NSString * const PTRadioButtonHeightKeySwift
let PTRadioButtonHeightKey: String -
Undocumented
See moreDeclaration
Objective-C
extern NSString * const PTCheckBoxWidthKeySwift
let PTCheckBoxWidthKey: String -
Undocumented
See moreDeclaration
Objective-C
extern NSString * const PTCheckBoxHeightKeySwift
let PTCheckBoxHeightKey: String -
Key of the format of the date text annotation
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTDateTextFormatKeySwift
let PTDateTextFormatKey: String -
Key of the date of the date text annotation
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTDateTextDateKeySwift
let PTDateTextDateKey: String -
Default format of the date text annotation
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTDateTextDefaultDateFormatSwift
let PTDateTextDefaultDateFormat: String
-
Posted when the PTDocumentViewController has opened a document.
The notification object is the PTDocumentViewController that posted the notification.
See moreDeclaration
Objective-C
extern const NSNotificationName _Nonnull PTDocumentViewControllerDidOpenDocumentNotificationSwift
static let PTDocumentViewControllerDidOpenDocument: NSNotification.Name -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT const NSNotificationName PTDocumentViewControllerDidDissmissShareActivityNotificationSwift
static let PTDocumentViewControllerDidDissmissShareActivity: NSNotification.Name -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT const NSNotificationName PTDocumentViewControllerDidDisappearNotificationSwift
static let PTDocumentViewControllerDidDisappear: NSNotification.Name -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT const NSNotificationName PTFeatureGateDidUpdateFeatureAvailabilityNotificationSwift
static let PTFeatureGateDidUpdateFeatureAvailability: NSNotification.Name -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureAnnotationSmartPenKey = @"PTFeatureAnnotationSmartPenKey"Swift
let PTFeatureAnnotationSmartPenKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureUnlimitedActionsKey = @"PTFeatureUnlimitedActionsKey"Swift
let PTFeatureUnlimitedActionsKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureBulkProcessingKey = @"PTFeatureBulkProcessingKey"Swift
let PTFeatureBulkProcessingKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureHighCompressionKey = @"PTFeatureHighCompressionKey"Swift
let PTFeatureHighCompressionKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureFormsToolbarKey = @"PTFeatureFormsToolbarKey"Swift
let PTFeatureFormsToolbarKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureRedactToolbarKey = @"PTFeatureRedactToolbarKey"Swift
let PTFeatureRedactToolbarKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureConvertToolbarKey = @"PTFeatureConvertToolbarKey"Swift
let PTFeatureConvertToolbarKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureFavoriteToolbarKey = @"PTFeatureFavoriteToolbarKey"Swift
let PTFeatureFavoriteToolbarKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureConvertToHTMLKey = @"PTFeatureConvertToHTMLKey"Swift
let PTFeatureConvertToHTMLKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureOptimizedExportKey = @"PTFeatureOptimizedExportKey"Swift
let PTFeatureOptimizedExportKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureCroppedExportKey = @"PTFeatureCroppedExportKey"Swift
let PTFeatureCroppedExportKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureAddPagesFromDocumentKey = @"PTFeatureAddPagesFromDocumentKey"Swift
let PTFeatureAddPagesFromDocumentKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureAnnotatedExportKey = @"PTFeatureAnnotatedExportKey"Swift
let PTFeatureAnnotatedExportKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureAnnotationOnReflowKey = @"PTFeatureAnnotationOnReflowKey"Swift
let PTFeatureAnnotationOnReflowKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureOcgSublayersKey = @"PTFeatureOcgSublayersKey"Swift
let PTFeatureOcgSublayersKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureEditableOutlineKey = @"PTFeatureEditableOutlineKey"Swift
let PTFeatureEditableOutlineKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureSettingsBannerKey = @"PTFeatureSettingsBannerKey"Swift
let PTFeatureSettingsBannerKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureMyXodoBannerKey = @"PTFeatureMyXodoBannerKey"Swift
let PTFeatureMyXodoBannerKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureOCRKey = @"PTFeatureOCRKey"Swift
let PTFeatureOCRKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureWatermarkKey = @"PTFeatureWatermarkKey"Swift
let PTFeatureWatermarkKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTShareWatermarkKey = @"PTShareWatermarkKey"Swift
let PTShareWatermarkKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTRemoveWatermarkKey = @"PTRemoveWatermarkKey"Swift
let PTRemoveWatermarkKey: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureViewerProButton = @"PTFeatureViewerProButton"Swift
let PTFeatureViewerProButton: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureFilesPageProButton = @"PTFeatureFilesPageProButton"Swift
let PTFeatureFilesPageProButton: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureIntroPageProButton = @"PTFeatureIntroPageProButton"Swift
let PTFeatureIntroPageProButton: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureIntroPage2ProButton = @"PTFeatureIntroPage2ProButton"Swift
let PTFeatureIntroPage2ProButton: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureToolboxProButton = @"PTFeatureToolboxProButton"Swift
let PTFeatureToolboxProButton: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureMyXodoProButton = @"PTFeatureMyXodoProButton"Swift
let PTFeatureMyXodoProButton: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeaturePromotion = @"PTFeaturePromotion"Swift
let PTFeaturePromotion: String -
Undocumented
See moreDeclaration
Objective-C
static NSString * const PTFeatureReactivation = @"PTFeatureReactivation"Swift
let PTFeatureReactivation: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTTextAnnotationTypeKeySwift
let PTTextAnnotationTypeKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTTextAnnotationTypeDateSwift
let PTTextAnnotationTypeDate: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTTextAnnotationTypeSpacingSwift
let PTTextAnnotationTypeSpacing: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTTextAnnotationBBoxKeySwift
let PTTextAnnotationBBoxKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString* const PTLinkToWebKeySwift
let PTLinkToWebKey: String -
Undocumented
See moreDeclaration
Objective-C
static const PTMeasurementUnitType PTMeasurementUnitPoints = @"pt"Swift
static let points: PTMeasurementUnitType -
Undocumented
See moreDeclaration
Objective-C
static const PTMeasurementUnitType PTMeasurementUnitInches = @"in"Swift
static let inches: PTMeasurementUnitType -
Undocumented
See moreDeclaration
Objective-C
static const PTMeasurementUnitType PTMeasurementUnitMillimeters = @"mm"Swift
static let millimeters: PTMeasurementUnitType -
Undocumented
See moreDeclaration
Objective-C
static const PTMeasurementUnitType PTMeasurementUnitCentimeters = @"cm"Swift
static let centimeters: PTMeasurementUnitType -
Undocumented
See moreDeclaration
Objective-C
static const PTMeasurementUnitType PTMeasurementUnitMeters = @"m"Swift
static let meters: PTMeasurementUnitType -
Undocumented
See moreDeclaration
Objective-C
static const PTMeasurementUnitType PTMeasurementUnitKilometers = @"km"Swift
static let kilometers: PTMeasurementUnitType -
Undocumented
See moreDeclaration
Objective-C
static const PTMeasurementUnitType PTMeasurementUnitFeet = @"ft"Swift
static let feet: PTMeasurementUnitType -
Undocumented
See moreDeclaration
Objective-C
PT_EXTERN const NSNotificationName PTNavigationHistoryWillChangeNotificationSwift
static let PTNavigationHistoryWillChange: NSNotification.Name -
Undocumented
See moreDeclaration
Objective-C
PT_EXTERN const NSNotificationName PTNavigationHistoryDidChangeNotificationSwift
static let PTNavigationHistoryDidChange: NSNotification.Name -
Whether the document is accessed indirectly through a cache or backup file.
The value of this key is an
See moreNSNumberobject containing aBOOLvalue.Declaration
Objective-C
extern const PTPDFDocumentReadOptionKey _Nonnull PTPDFDocumentReadOptionUseCacheFileSwift
static let useCacheFile: PTPDFDocumentFile.ReadOptionKey -
The URL of the directory under which cache files are stored.
The value of this key is an
See moreNSURLobject.Declaration
Objective-C
extern const PTPDFDocumentReadOptionKey _Nonnull PTPDFDocumentReadOptionCacheFilesDirectorySwift
static let cacheFilesDirectory: PTPDFDocumentFile.ReadOptionKey -
Flags determining how saving should be performed.
The value of this key is an
See moreNSNumberobject containing aPTSaveOptionsenumeration (int).Declaration
Objective-C
extern const PTPDFDocumentWriteOptionKey _Nonnull PTPDFDocumentWriteOptionSaveFlagsSwift
static let saveFlags: PTPDFDocumentFile.WriteOptionKey -
A notification that alerts observers when a document’s contents need to be reloaded.
The notification’s object is the
PTPDFDocumentFileposting the notification.This notification does not include a user-info dictionary.
See moreDeclaration
Objective-C
extern NS_SWIFT_NAME(PTPDFDocumentFile.needsReloadContentsNotification) const NSNotificationName PTPDFDocumentNeedsReloadContentsNotificationSwift
class let needsReloadContentsNotification: NSNotification.Name -
A notification that alerts observers when a document is modified by another application.
The notification’s object is the
See morePTPDFDocumentFileposting the notification.Declaration
Objective-C
extern NS_SWIFT_NAME(PTPDFDocumentFile.externalChangeNotification) const NSNotificationName PTPDFDocumentExternalChangeNotificationSwift
class let externalChangeNotification: NSNotification.Name -
A notification that alerts observers when a document’s file has been moved.
The notification’s object is the
See morePTPDFDocumentFileposting the notification.Declaration
Objective-C
extern NS_SWIFT_NAME(PTPDFDocumentFile.fileDidMoveNotifcation) const NSNotificationName PTPDFDocumentFileDidMoveNotificationSwift
class let fileDidMoveNotifcation: NSNotification.Name -
A notification user info key to retrieve a URL associated with a
PTPDFDocumentFile.The value for this key is an
See moreNSURLvalue.Declaration
Objective-C
extern NS_SWIFT_NAME(URL) const PTPDFDocumentNotificationUserInfoKey PTPDFDocumentURLUserInfoKeySwift
static let URL: PTPDFDocumentFile.NotificationUserInfoKey -
The domain for errors from the
See morePTPDFDocumentManagerclass.Declaration
Objective-C
extern NS_SWIFT_NAME(PTPDFDocumentManager.ErrorDomain) const NSErrorDomain PTPDFDocumentManagerErrorDomainSwift
class let ErrorDomain: String -
The key string for NSUserDefaults of the scrolling direction of a reflow view controller.
See moreDeclaration
Objective-C
static NSString *const _Nonnull PTReflowModeScrollingDirectionKey = @"PTReflowModeScrollingDirectionKey"Swift
let PTReflowModeScrollingDirectionKey: String -
Represents type of predefined stamp to use.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTStampTypeKeySwift
let PTStampTypeKey: String -
A checkmark-type stamp.
See moreDeclaration
Objective-C
extern const PTStampType _Nonnull PTStampTypeCheckMarkSwift
static let checkMark: PTStampType -
A cross-type stamp.
See moreDeclaration
Objective-C
extern const PTStampType _Nonnull PTStampTypeCrossMarkSwift
static let crossMark: PTStampType -
A dot-type stamp.
See moreDeclaration
Objective-C
extern const PTStampType _Nonnull PTStampTypeDotSwift
static let dot: PTStampType -
Key of the size of stamp annotation.
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTStampCheckMarkSizeKeySwift
let PTStampCheckMarkSizeKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTStampCrossMarkSizeKeySwift
let PTStampCrossMarkSizeKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTStampDotSizeKeySwift
let PTStampDotSizeKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTRubberStampKeyTextSwift
let PTRubberStampKeyText: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTRubberStampKeyTextBelowSwift
let PTRubberStampKeyTextBelow: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTRubberStampKeyFillColorStartSwift
let PTRubberStampKeyFillColorStart: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTRubberStampKeyFillColorEndSwift
let PTRubberStampKeyFillColorEnd: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTRubberStampKeyTextColorSwift
let PTRubberStampKeyTextColor: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTRubberStampKeyBorderColorSwift
let PTRubberStampKeyBorderColor: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTRubberStampKeyFillOpacitySwift
let PTRubberStampKeyFillOpacity: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTRubberStampKeyPointingLeftSwift
let PTRubberStampKeyPointingLeft: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTRubberStampKeyPointingRightSwift
let PTRubberStampKeyPointingRight: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTCustomStampOptionsUserDefaultsKeySwift
let PTCustomStampOptionsUserDefaultsKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTTextSearchMatchCaseKeySwift
let PTTextSearchMatchCaseKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTTextSearchMatchWholeWordKeySwift
let PTTextSearchMatchWholeWordKey: String -
Undocumented
See moreDeclaration
Objective-C
extern NSString* _Nonnull const PTStoreNewSignatureKeySwift
let PTStoreNewSignatureKey: String -
Undocumented
See moreDeclaration
Objective-C
extern NSString * const PTLastSelectedSignatureKeySwift
let PTLastSelectedSignatureKey: String -
Kern of the spacing text annotation
See moreDeclaration
Objective-C
extern NSString *const _Nonnull PTSpacingTextKernKeySwift
let PTSpacingTextKernKey: String -
The default line, interitem, and section inset spacing.
See moreDeclaration
Objective-C
extern const CGFloat PTThumbnailViewLayoutDefaultSpacingSwift
let PTThumbnailViewLayoutDefaultSpacing: CGFloat -
A filter to show all thumbnails.
See moreDeclaration
Objective-C
extern const PTFilterMode _Nonnull PTThumbnailFilterAllSwift
static let thumbnailFilterAll: PTFilterMode -
A filter to show thumbnails of annotated pages only.
See moreDeclaration
Objective-C
extern const PTFilterMode _Nonnull PTThumbnailFilterAnnotatedSwift
static let thumbnailFilterAnnotated: PTFilterMode -
A filter to show thumbnails of bookmarked pages only.
See moreDeclaration
Objective-C
extern const PTFilterMode _Nonnull PTThumbnailFilterBookmarkedSwift
static let thumbnailFilterBookmarked: PTFilterMode -
This notification is posted when the selected tool group changes.
The notification object is the tool group manager that posted the notification.
See moreDeclaration
Objective-C
extern const NSNotificationName _Nonnull PTToolGroupDidChangeNotificationSwift
static let PTToolGroupDidChange: NSNotification.Name -
Posted when the tool will be changed.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains an entry for thePTToolManagerToolUserInfoKeykey when there is a next tool.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerToolWillChangeNotificationSwift
static let PTToolManagerToolWillChange: NSNotification.Name -
Posted when an annotation will be modified.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains entries for thePTToolManagerAnnotationUserInfoKeyandPTToolManagerPageNumberUserInfoKeykeys.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerAnnotationWillModifyNotificationSwift
static let PTToolManagerAnnotationWillModify: NSNotification.Name -
Posted when an annotation will be removed.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains entries for thePTToolManagerAnnotationUserInfoKeyandPTToolManagerPageNumberUserInfoKeykeys.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerAnnotationWillRemoveNotificationSwift
static let PTToolManagerAnnotationWillRemove: NSNotification.Name -
Posted when an annotation will be flattened.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains entries for thePTToolManagerAnnotationUserInfoKeyandPTToolManagerPageNumberUserInfoKeykeys.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerAnnotationWillFlattenNotificationSwift
static let PTToolManagerAnnotationWillFlatten: NSNotification.Name -
Posted when an annotation is flattened.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains entries for thePTToolManagerAnnotationUserInfoKeyandPTToolManagerPageNumberUserInfoKeykeys.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerAnnotationFlattenedNotificationSwift
static let PTToolManagerAnnotationFlattened: NSNotification.Name -
Posted when text will be copied to a pasteboard.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains entries for thePTToolManagerTextUserInfoKeyandPTToolManagerPasteboardUserInfoKeykeys.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerWillCopyTextNotificationSwift
static let PTToolManagerWillCopyText: NSNotification.Name -
Posted when text has been copied to a pasteboard.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains entries for thePTToolManagerTextUserInfoKeyandPTToolManagerPasteboardUserInfoKeykeys.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerDidCopyTextNotificationSwift
static let PTToolManagerDidCopyText: NSNotification.Name -
Posted when a page is added to the document.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains an entry for thePTToolManagerPageNumberUserInfoKeykey with the added page number.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerPageAddedNotificationSwift
static let PTToolManagerPageAdded: NSNotification.Name -
Posted when a page is moved in the document.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains entries for thePTToolManagerPreviousPageNumberUserInfoKeyandPTToolManagerPageNumberUserInfoKeykeys with the old and new page numbers, respectively.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerPageMovedNotificationSwift
static let PTToolManagerPageMoved: NSNotification.Name -
Posted when a page is removed from the document.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains an entry for thePTToolManagerPageNumberUserInfoKeykey with the removed page number.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerPageRemovedNotificationSwift
static let PTToolManagerPageRemoved: NSNotification.Name -
Posted when pages in the document will be rotated.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains an entry for thePTToolManagerPageNumbersUserInfoKeykey with the rotated page numbers.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerPagesWillRotateNotificationSwift
static let PTToolManagerPagesWillRotate: NSNotification.Name -
Posted when pages in the document are rotated.
The notification object is the tool manager that posted the notification. The
See moreuserInfodictionary contains an entry for thePTToolManagerPageNumbersUserInfoKeykey with the rotated page numbers.Declaration
Objective-C
extern const NSNotificationName _Nonnull PTToolManagerPagesDidRotateNotificationSwift
static let PTToolManagerPagesDidRotate: NSNotification.Name
-
The key for a
See moreNSIndexSetobject containing page numbers.Declaration
Objective-C
extern NSString *const _Nonnull PTToolManagerPageNumbersUserInfoKeySwift
let PTToolManagerPageNumbersUserInfoKey: String -
The key for an
See moreNSStringinstance.Declaration
Objective-C
extern NSString *const _Nonnull PTToolManagerTextUserInfoKeySwift
let PTToolManagerTextUserInfoKey: String -
The key for a
See moreUIPasteboardinstance.Declaration
Objective-C
extern NSString *const _Nonnull PTToolManagerPasteboardUserInfoKeySwift
let PTToolManagerPasteboardUserInfoKey: String -
The key for a
See moreNSNumberobject containing anintpage number.Declaration
Objective-C
extern NSString *const _Nonnull PTToolManagerPreviousPageNumberUserInfoKeySwift
let PTToolManagerPreviousPageNumberUserInfoKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsCategoryKeySwift
let PTToolsSettingsCategoryKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsFooterDescriptionKeySwift
let PTToolsSettingsFooterDescriptionKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsSettingKeySwift
let PTToolsSettingsSettingKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString* const PTToolsSettingsMultivalueKeySwift
let PTToolsSettingsMultivalueKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsCategoryDefaultValueKeySwift
let PTToolsSettingsCategoryDefaultValueKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsSettingNameKeySwift
let PTToolsSettingsSettingNameKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsCategoryDescriptionKeySwift
let PTToolsSettingsCategoryDescriptionKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsSettingKeyKeySwift
let PTToolsSettingsSettingKeyKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsPlistNameKeySwift
let PTToolsSettingsPlistNameKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsMinOSKeySwift
let PTToolsSettingsMinOSKey: String -
Undocumented
See moreDeclaration
Objective-C
PT_EXPORT NSString * const PTToolsSettingsUnavailableKeySwift
let PTToolsSettingsUnavailableKey: String -
Posted before changes are undone by the undo-redo manager.
The notification object is the undo-redo manager that posted the notification. There is no user info dictionary for this notification.
See moreDeclaration
Objective-C
extern const NSNotificationName _Nonnull PTUndoRedoManagerWillUndoNotificationSwift
static let PTUndoRedoManagerWillUndo: NSNotification.Name -
Posted after changes are undone by the undo-redo manager.
The notification object is the undo-redo manager that posted the notification. The
See moreuserInfodictionary contains entries for thePTUndoRedoManagerInfoUserInfoKeykey(s).Declaration
Objective-C
extern const NSNotificationName _Nonnull PTUndoRedoManagerDidUndoNotificationSwift
static let PTUndoRedoManagerDidUndo: NSNotification.Name -
Posted before changes are redone by the undo-redo manager.
The notification object is the undo-redo manager that posted the notification. There is no user info dictionary for this notification.
See moreDeclaration
Objective-C
extern const NSNotificationName _Nonnull PTUndoRedoManagerWillRedoNotificationSwift
static let PTUndoRedoManagerWillRedo: NSNotification.Name -
Posted after changes are redone by the undo-redo manager.
The notification object is the undo-redo manager that posted the notification. The
See moreuserInfodictionary contains entries for thePTUndoRedoManagerInfoUserInfoKeykey(s).Declaration
Objective-C
extern const NSNotificationName _Nonnull PTUndoRedoManagerDidRedoNotificationSwift
static let PTUndoRedoManagerDidRedo: NSNotification.Name -
The key for a
See morePTUndoRedoInfoobject describing an undo/redo change.Declaration
Objective-C
extern NSString *const _Nonnull PTUndoRedoManagerInfoUserInfoKeySwift
let PTUndoRedoManagerInfoUserInfoKey: String
Other Constants Reference