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

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

    Parameters

    pageSettings
    PageSettings object to compare with.

    Return Value

    true if layouts are same, false otherwise.
    See Also