Share via


PdfView.AnnotationsChanged(PdfPage) Method

Definition

Method that is called when an annotation on the specified page changes.

[Foundation.Export("annotationsChangedOnPage:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void AnnotationsChanged(PdfKit.PdfPage page);
[<Foundation.Export("annotationsChangedOnPage:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member AnnotationsChanged : PdfKit.PdfPage -> unit
override this.AnnotationsChanged : PdfKit.PdfPage -> unit

Parameters

page
PdfPage

The page for which the annotations changed.

Attributes

Applies to