PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / C1PageSettings Constructor / C1PageSettings Constructor(C1PageSettings)
The C1PageSettings object to initialize the current one from.

In This Topic
    C1PageSettings Constructor(C1PageSettings)
    In This Topic
    Initializes a new instance of the C1PageSettings class from another C1PageSettings object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As C1PageSettings _
    )
    public C1PageSettings( 
       C1PageSettings source
    )

    Parameters

    source
    The C1PageSettings object to initialize the current one from.
    See Also