PrintDocument for WinForms
IsSameLayout メソッド (C1PageSettings)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PageSettings クラス : IsSameLayout メソッド
The C1PageSettings object to compare the current one to.
Compares page layout specified by the current C1PageSettings with layout of another C1PageSettings object.
シンタックス
'宣言
 
Public Function IsSameLayout( _
   ByVal other As C1PageSettings _
) As System.Boolean
'使用法
 
Dim instance As C1PageSettings
Dim other As C1PageSettings
Dim value As System.Boolean
 
value = instance.IsSameLayout(other)
public System.bool IsSameLayout( 
   C1PageSettings other
)

パラメータ

other
The C1PageSettings object to compare the current one to.

戻り値の型

True if the two objects define identical page layout, false otherwise.
参照

C1PageSettings クラス
C1PageSettings メンバ