PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / ActionHandlerPageView Class / ActionHandlerPageView Constructor
A value to assign to the ActionHandlerPageView.Facing property.
A value to assign to the ActionHandlerPageView.Continuous property.

In This Topic
    ActionHandlerPageView Constructor
    In This Topic
    Initializes a new instance of the ActionHandlerPageView class, assigning the ActionHandlerPageView.Facing and ActionHandlerPageView.Continuous properties.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal facing As Boolean, _
       ByVal continuous As Boolean _
    )
    public ActionHandlerPageView( 
       bool facing,
       bool continuous
    )

    Parameters

    facing
    A value to assign to the ActionHandlerPageView.Facing property.
    continuous
    A value to assign to the ActionHandlerPageView.Continuous property.
    See Also