PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / PageLayouts Property

In This Topic
    PageLayouts Property (C1PrintDocument)
    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
    public DocumentPageLayouts PageLayouts {get;}
    See Also