PdfPage.RemoveAnnotation(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.
Removes the specified annotation.
[Foundation.Export("removeAnnotation:")]
public virtual void RemoveAnnotation (PdfKit.PdfAnnotation annotation);
abstract member RemoveAnnotation : PdfKit.PdfAnnotation -> unit
override this.RemoveAnnotation : PdfKit.PdfAnnotation -> unit
Parameters
- annotation
- PdfAnnotation
The annotation to remove.
- Attributes