PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / PageLayout Class / AssignFrom Method
The source object to copy properties from.

In This Topic
    AssignFrom Method (PageLayout)
    In This Topic
    Assigns (copies) properties from another PageLayout to the current object. All nested objects (render objects, page settings etc.) are cloned.
    Syntax
    'Declaration
     
    Public Sub AssignFrom( _
       ByVal source As PageLayout _
    ) 
    public void AssignFrom( 
       PageLayout source
    )

    Parameters

    source
    The source object to copy properties from.
    See Also