add method
Adds a new annotation to the collection.
Implementation
int add(PdfAnnotation annotation) {
return _helper._doAdd(annotation);
}
Adds a new annotation to the collection.
int add(PdfAnnotation annotation) {
return _helper._doAdd(annotation);
}