Document Library for WinForms
SamePaperSizes メソッド (Utils)

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 > Utils クラス : SamePaperSizes メソッド
The first size to compare.
The second size to compare.
Tests two sizes for equality allowing a small margin for rounding errors.
シンタックス
'宣言
 
Public Shared Function SamePaperSizes( _
   ByVal size1 As C1.Win.Interop.Size, _
   ByVal size2 As C1.Win.Interop.Size _
) As System.Boolean
public static System.bool SamePaperSizes( 
   C1.Win.Interop.Size size1,
   C1.Win.Interop.Size size2
)

パラメータ

size1
The first size to compare.
size2
The second size to compare.

戻り値の型

True if the two sizes are reasonably close, false otherwise.
参照

Utils クラス
Utils メンバ