[]
Gets a value indicating whether this C1PageSettings object has same layout as another C1PageSettings object, i.e. it has same paper size and margins.
public bool IsLayoutEqual(C1PageSettings pageSettings)
Type | Name | Description |
---|---|---|
C1PageSettings | pageSettings | C1PageSettings object to compare with. |
Type | Description |
---|---|
bool | true if layouts are same, false otherwise. |