add method

int add(
  1. PdfPageTemplateElement template
)

Adds a stamp element to the collection. PdfPageTemplateElement used here to create stamp element.

Implementation

int add(PdfPageTemplateElement template) {
  return _helper.add(template);
}