C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / PageLayouts Property

In This Topic
PageLayouts Property
In This Topic
Gets the collection of page layouts used in the current document. In addition to the default layout which is always present, special layouts may be defined for first, last, even and odd pages of the document. The effective layout for each page is then produced by merging all applicable layouts.
Syntax
'Declaration
 
Public ReadOnly Property PageLayouts As DocumentPageLayouts
 
See Also