PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.6 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane.LayoutSection Class / C1PreviewPane.LayoutSection Constructor
The preview pane which is the owner of this layout section.
Action that caused this layout section (for history).

In This Topic
    C1PreviewPane.LayoutSection Constructor
    In This Topic
    Initializes a new instance of the LayoutSection class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pane As C1PreviewPane, _
       ByVal historyItemAction As HistorySavedActionsEnum _
    )
    public C1PreviewPane.LayoutSection( 
       C1PreviewPane pane,
       HistorySavedActionsEnum historyItemAction
    )

    Parameters

    pane
    The preview pane which is the owner of this layout section.
    historyItemAction
    Action that caused this layout section (for history).
    See Also