PrintDocument for WinForms
IndexOf メソッド (EmbeddedFontCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > EmbeddedFontCollection クラス : IndexOf メソッド
The EmbeddedFont to search for.
Returns the index of the specified font in the collection.
シンタックス
'宣言
 
Public Function IndexOf( _
   ByVal embeddedFont As EmbeddedFont _
) As System.Integer
'使用法
 
Dim instance As EmbeddedFontCollection
Dim embeddedFont As EmbeddedFont
Dim value As System.Integer
 
value = instance.IndexOf(embeddedFont)
public System.int IndexOf( 
   EmbeddedFont embeddedFont
)

パラメータ

embeddedFont
The EmbeddedFont to search for.

戻り値の型

The index of embeddedFont in the current collection, or -1 if it was not found.
参照

EmbeddedFontCollection クラス
EmbeddedFontCollection メンバ