PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / C1PageSettings Class / IsSameLayout Method
The C1PageSettings object to compare the current one to.

In This Topic
    IsSameLayout Method (C1PageSettings)
    In This Topic
    Compares page layout specified by the current C1PageSettings with layout of another C1PageSettings object.
    Syntax
    'Declaration
     
    Public Function IsSameLayout( _
       ByVal other As C1PageSettings _
    ) As Boolean
    public bool IsSameLayout( 
       C1PageSettings other
    )

    Parameters

    other
    The C1PageSettings object to compare the current one to.

    Return Value

    True if the two objects define identical page layout, false otherwise.
    See Also