top property

Gets a top page template.

Implementation

PdfPageTemplateElement? get top => _top;
void top=(PdfPageTemplateElement? value)

Sets a top page template.

Implementation

set top(PdfPageTemplateElement? value) {
  _top = _checkElement(value, TemplateType.top);
}