PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.8 Assembly / C1.Win.C1Preview.Design Namespace / SampleC1PrintDocument Class / PageLayout Property

In This Topic
    PageLayout Property (SampleC1PrintDocument)
    In This Topic
    Gets or sets the default page layout for the current document. This property is a shortcut for C1.C1Preview.DocumentPageLayouts.Default. (A page layout includes page settings, page headers and footers, and column definitions.)
    Syntax
    'Declaration
     
    Public Property PageLayout As PageLayout
    public PageLayout PageLayout {get; set;}
    See Also