PdfPage.AddAnnotation(PdfAnnotation) 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.
Adds the specified annotation to the PDF page.
[Foundation.Export("addAnnotation:")]
public virtual void AddAnnotation (PdfKit.PdfAnnotation annotation);
abstract member AddAnnotation : PdfKit.PdfAnnotation -> unit
override this.AddAnnotation : PdfKit.PdfAnnotation -> unit
Parameters
- annotation
- PdfAnnotation
The annotation to add.
- Attributes