bottom property

Gets a bottom page template.

Implementation

PdfPageTemplateElement? get bottom => _bottom;
void bottom=(PdfPageTemplateElement? value)

Sets a bottom page template.

Implementation

set bottom(PdfPageTemplateElement? value) {
  _bottom = _checkElement(value, TemplateType.bottom);
}