Platforms to show: All Mac Windows Linux Cross-Platform

Back to PDFDocumentMBS class.

PDFDocumentMBS.PDFDocumentAuthorAttribute as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the property keys.

An optional text string containing the name of the author of the document.

PDFDocumentMBS.PDFDocumentCreationDateAttribute as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the property keys.

An optional text string containing the document’s creation date.

PDFDocumentMBS.PDFDocumentCreatorAttribute as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the property keys.

An optional text string containing the name of the application that created the document content.

PDFDocumentMBS.PDFDocumentDidBeginFindNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that the beginFindString or findString method begins finding.

The notification object is the PDFDocument object itself.
Use with NSNotificationObserverMBS class.

PDFDocumentMBS.PDFDocumentDidBeginPageFindNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that a find operation begins working on a new page of a document.

You can use this notification to update a progress bar.
The notification object is the PDFDocument object itself. To determine the page, use the PDFDocumentPageIndex key to obtain userinfo of type Number.

Use with NSNotificationObserverMBS class.

PDFDocumentMBS.PDFDocumentDidBeginPageWriteNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that a write operation begins working on a page in a document.

The notification object is the PDFDocumentMBS object itself. To determine the page, use the PDFDocumentPageIndex key to obtain userinfo of type Number.

Use with NSNotificationObserverMBS class.

PDFDocumentMBS.PDFDocumentDidBeginWriteNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that a write operation begins working on a document.

The notification object is the PDFDocumentMBS object itself.

Use with NSNotificationObserverMBS class.

PDFDocumentMBS.PDFDocumentDidEndFindNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that the beginFindString or findString method returns.

The beginFindString method returns immediately, so this notification is posted when the “find” operation is finished.
You can use this notification to know when to close or hide a progress bar.
The notification object is the PDFDocument object itself.

Use with NSNotificationObserverMBS class.

PDFDocumentMBS.PDFDocumentDidEndPageFindNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that a find operation finishes working on a page in a document.

You can use this notification to update a progress bar.
The notification object is the PDFDocument object itself. To determine the page, use the PDFDocumentPageIndex key to obtain userinfo of type Number.

Use with NSNotificationObserverMBS class.

PDFDocumentMBS.PDFDocumentDidEndPageWriteNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that a write operation finishes working on a page in a document.

The notification object is the PDFDocumentMBS object itself. To determine the page, use the PDFDocumentPageIndex key to obtain userinfo of type Number.

Use with NSNotificationObserverMBS class.

PDFDocumentMBS.PDFDocumentDidEndWriteNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that a write operation finishes working on a document.

The notification object is the PDFDocumentMBS object itself.

Use with NSNotificationObserverMBS class.

PDFDocumentMBS.PDFDocumentDidFindMatchNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that a string match is found in a document.

The notification object is the PDFDocumentMBS object itself. To determine the string selection found, use the PDFDocumentFoundSelection key to obtain userinfo of type PDFSelectionMBS.

Use with NSNotificationObserverMBS class.

PDFDocumentMBS.PDFDocumentDidUnlockNotification as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
A notification that a document unlocks after a unlockWithPassword message.

Use with NSNotificationObserverMBS class.
The notification object is the PDFDocument object itself.

PDFDocumentMBS.PDFDocumentKeywordsAttribute as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the property keys.

An optional array of text strings containing keywords for the document.

PDFDocumentMBS.PDFDocumentModificationDateAttribute as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the property keys.

An optional text string containing the document’s last-modified date.

PDFDocumentMBS.PDFDocumentOwnerPasswordOption as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the options for writing a PDF.

A string object for the owner's password which is required for encryption.

PDFDocumentMBS.PDFDocumentProducerAttribute as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the property keys.

An optional text string containing the name of the application that produced the PDF data for the document.

PDFDocumentMBS.PDFDocumentSubjectAttribute as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the property keys.

An optional text string containing a description of the subject of the document.

PDFDocumentMBS.PDFDocumentTitleAttribute as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the property keys.

An optional text string containing the title of the document.

PDFDocumentMBS.PDFDocumentUserPasswordOption as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method PDFKit MBS PDFKit Plugin 21.1 ✅ Yes ❌ No ❌ No ❌ No Desktop only
One of the options for writing a PDF.

A string for the user's password which is optional for encryption.

The items on this page are in the following plugins: MBS PDFKit Plugin.


The biggest plugin in space...