MonobjcMonobjc Documented Class Library
PDFDocumentDidFindMatchNotification Field
NamespacesMonobjc.QuartzPDFDocumentPDFDocumentDidFindMatchNotification

Posted each time a string match is found in a document.

The notification object is the PDFDocument object itself. To determine the string selection found, use the @"PDFDocumentFoundSelection" key to obtain userinfo of type PDFSelection *

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString PDFDocumentDidFindMatchNotification
Public Shared ReadOnly PDFDocumentDidFindMatchNotification As NSString
public:
static initonly NSString^ PDFDocumentDidFindMatchNotification
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Quartz (Module: Monobjc.Quartz)