PdfView.AnnotationsChanged(PdfPage) Method

Definition

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

[Foundation.Export("annotationsChangedOnPage:")]
public virtual void AnnotationsChanged (PdfKit.PdfPage page);
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