C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PageSettings Class / IsSameLayout Method
The C1PageSettings object to compare the current one to.

In This Topic
IsSameLayout Method
In This Topic
Compares page layout specified by the current C1PageSettings with layout of another C1PageSettings object.
Syntax
'Declaration
 
Public Function IsSameLayout( _
   ByVal other As C1PageSettings _
) As Boolean
 

Parameters

other
The C1PageSettings object to compare the current one to.

Return Value

True if the two objects define identical page layout, false otherwise.
See Also