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