[]
        
(Showing Draft Content)

C1.WPF.Document.C1PageSettings.IsLayoutEqual

IsLayoutEqual Method

IsLayoutEqual(C1PageSettings)

Gets a value indicating whether this C1PageSettings object has same layout as another C1PageSettings object, i.e. it has same paper size and margins.

Declaration
public bool IsLayoutEqual(C1PageSettings pageSettings)
Parameters
Type Name Description
C1PageSettings pageSettings

C1PageSettings object to compare with.

Returns
Type Description
bool

true if layouts are same, false otherwise.