ComponentOne FlexReport for WinForms
IsLayoutEqual(PageSettings) Method

C1.Win.C1Document.4 Assembly > C1.Win.C1Document Namespace > C1PageSettings Class > IsLayoutEqual Method : IsLayoutEqual(PageSettings) Method
PageSettings object to compare with.
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 System.Drawing.Printing.PageSettings _
) As System.Boolean
public System.bool IsLayoutEqual( 
   System.Drawing.Printing.PageSettings pageSettings
)

Parameters

pageSettings
PageSettings object to compare with.

Return Value

true if layouts are same, false otherwise.
See Also

Reference

C1PageSettings Class
C1PageSettings Members
Overload List