Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / C1PageSettings Class / IsLayoutEqual Method
C1PageSettings object to compare with.

In This Topic
    IsLayoutEqual 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 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