add method
Adds a stamp element to the collection. PdfPageTemplateElement used here to create stamp element.
Implementation
int add(PdfPageTemplateElement template) {
return _helper.add(template);
}
Adds a stamp element to the collection. PdfPageTemplateElement used here to create stamp element.
int add(PdfPageTemplateElement template) {
return _helper.add(template);
}