Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document Namespace / C1PageSettings Class / IsLayoutEqual Method / IsLayoutEqual(C1PageSettings) Method
C1PageSettings object to compare with.

In This Topic
    IsLayoutEqual(C1PageSettings) Method
    In This Topic
    Gets a value indicating whether this C1PageSettings object has same layout as another C1PageSettings object, i.e. it has same paper size and margins.
    Syntax
    'Declaration
     
    Public Overloads Function IsLayoutEqual( _
       ByVal pageSettings As C1PageSettings _
    ) As Boolean
    public bool IsLayoutEqual( 
       C1PageSettings pageSettings
    )

    Parameters

    pageSettings
    C1PageSettings object to compare with.

    Return Value

    true if layouts are same, false otherwise.
    See Also