PdfDocument.Notifications Class

Definition

Notifications for the PdfDocument class.

public static class PdfDocument.Notifications
type PdfDocument.Notifications = class
Inheritance
PdfDocument.Notifications

Methods

ObserveDidBeginFind(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginFindNotification constant.

ObserveDidBeginFind(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginFindNotification constant.

ObserveDidBeginPageFind(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginPageFindNotification constant.

ObserveDidBeginPageFind(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginPageFindNotification constant.

ObserveDidBeginPageWrite(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginPageWriteNotification constant.

ObserveDidBeginPageWrite(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginPageWriteNotification constant.

ObserveDidBeginWrite(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginWriteNotification constant.

ObserveDidBeginWrite(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidBeginWriteNotification constant.

ObserveDidEndFind(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndFindNotification constant.

ObserveDidEndFind(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndFindNotification constant.

ObserveDidEndPageFind(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndPageFindNotification constant.

ObserveDidEndPageFind(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndPageFindNotification constant.

ObserveDidEndPageWrite(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndPageWriteNotification constant.

ObserveDidEndPageWrite(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndPageWriteNotification constant.

ObserveDidEndWrite(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndWriteNotification constant.

ObserveDidEndWrite(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidEndWriteNotification constant.

ObserveDidFindMatch(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidFindMatchNotification constant.

ObserveDidFindMatch(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidFindMatchNotification constant.

ObserveDidUnlock(EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidUnlockNotification constant.

ObserveDidUnlock(NSObject, EventHandler<NSNotificationEventArgs>)

Strongly typed notification for the DidUnlockNotification constant.

Applies to