add method
Creates and adds a named destination.
Implementation
void add(PdfNamedDestination namedDestination) {
_namedCollections.add(namedDestination);
}
Creates and adds a named destination.
void add(PdfNamedDestination namedDestination) {
_namedCollections.add(namedDestination);
}