top property
PdfPageTemplateElement?
get
top
Gets a top page template.
Implementation
PdfPageTemplateElement? get top => _top;
set
top
(PdfPageTemplateElement? value)
Sets a top page template.
Implementation
set top(PdfPageTemplateElement? value) {
_top = _checkElement(value, TemplateType.top);
}