PdfAnnotationCollection
Inheritance: java.lang.Object, com.groupdocs.watermark.common.ReadOnlyListBase, com.groupdocs.watermark.common.RemoveOnlyListBase
public class PdfAnnotationCollection extends RemoveOnlyListBase<PdfAnnotation>
Represents a collection of annotations in a pdf document.
This collection contains the items of [PdfAnnotation](../../com.groupdocs.watermark.contents/pdfannotation)
type.
Methods
Method | Description |
---|---|
removeFromDocument(PdfAnnotation item) |
removeFromDocument(PdfAnnotation item)
public void removeFromDocument(PdfAnnotation item)
Parameters:
Parameter | Type | Description |
---|---|---|
item | PdfAnnotation |