[]
        
(Showing Draft Content)

C1.Win.C1Document.C1PageSettings.IsLayoutEqual

IsLayoutEqual Method

IsLayoutEqual(PageSettings)

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

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

PageSettings object to compare with.

Returns
Type Description
bool

true if layouts are same, false otherwise.