C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class / Default Property

In This Topic
Default Property (DocumentPageLayouts)
In This Topic
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 C1PrintDocument.CurrentPageLayout property on the C1PrintDocument.
Syntax
'Declaration
 
Public Property Default As PageLayout
 
See Also