PdfView.AnnotationsChanged(PdfPage) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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