PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / DocumentPageLayouts Class / DocumentPageLayouts Constructor
The C1PrintDocument that is the owner of the current instance.

In This Topic
    DocumentPageLayouts Constructor
    In This Topic
    Initializes a new instance of the DocumentPageLayouts class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal owner As C1PrintDocument _
    )
    public DocumentPageLayouts( 
       C1PrintDocument owner
    )

    Parameters

    owner
    The C1PrintDocument that is the owner of the current instance.
    See Also