[]
Compares page layout specified by the current C1PageSettings with layout of another C1PageSettings object.
public bool IsSameLayout(C1PageSettings other)
Type | Name | Description |
---|---|---|
C1PageSettings | other | The C1PageSettings object to compare the current one to. |
Type | Description |
---|---|
bool | True if the two objects define identical page layout, false otherwise. |