MonobjcMonobjc Documented Class Library
AnnotationsChangedOnPage Method (page)
NamespacesMonobjc.QuartzPDFViewAnnotationsChangedOnPage(PDFPage)

Tells the PDF view that an annotation on the specified page has changed.

Original signature is '- (void)annotationsChangedOnPage:(PDFPage *)page'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void AnnotationsChangedOnPage(
	PDFPage page
)
Public Overridable Sub AnnotationsChangedOnPage ( _
	page As PDFPage _
)
public:
virtual void AnnotationsChangedOnPage(
	PDFPage^ page
)
Parameters
page (PDFPage)
MISSING
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)