PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PageSettings Class / PageLayout Property

In This Topic
    PageLayout Property (C1PageSettings)
    In This Topic
    Gets the PageLayout object containing the current C1PageSettings. Null is returned if the current object does not belong to a PageLayout.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageLayout As PageLayout
    public PageLayout PageLayout {get;}
    See Also