PrintDocument for WinForms
IsPaperKindKnown メソッド (C1PageSettings)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PageSettings クラス : IsPaperKindKnown メソッド
The value to check.
Gets a value indicating whether the specified PaperKind is known and defined in the C1PageSettings.PaperKind enumeration.
シンタックス
'宣言
 
Public Shared Function IsPaperKindKnown( _
   ByVal paperKind As System.Drawing.Printing.PaperKind _
) As System.Boolean
'使用法
 
Dim paperKind As System.Drawing.Printing.PaperKind
Dim value As System.Boolean
 
value = C1PageSettings.IsPaperKindKnown(paperKind)
public static System.bool IsPaperKindKnown( 
   System.Drawing.Printing.PaperKind paperKind
)

パラメータ

paperKind
The value to check.

戻り値の型

true if value is known, false otherwise.
参照

C1PageSettings クラス
C1PageSettings メンバ