[]
        
(Showing Draft Content)

C1.C1Preview.DocumentPageLayouts.Default

Default Property

Default

Gets or sets the default PageLayout for the current document. The effective page layout for each page is determined by merging this layout with all other applicable layouts. The effective layout can be accessed via the CurrentPageLayout property on the C1PrintDocument.

Declaration
[TypeConverter(typeof(ExpandableObjectConverter))]
[C1OpenXmlSerialization("documentpagelayouts/default.xml")]
public PageLayout Default { get; set; }