[]
Gets or sets the PageLayout used for the last page of the current document.
[TypeConverter(typeof(ExpandableObjectConverter))]
[C1OpenXmlSerialization("documentpagelayouts/lastpage.xml")]
public PageLayout LastPage { get; set; }
<TypeConverter(GetType(ExpandableObjectConverter))>
<C1OpenXmlSerialization("documentpagelayouts/lastpage.xml")>
Public Property LastPage As PageLayout