PrintDocument for WinForms
Add(EmbeddedFont) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > EmbeddedFontCollection クラス > Add メソッド : Add(EmbeddedFont) メソッド
The EmbeddedFont to add.
Adds the specified EmbeddedFont to the current collection. Throws an exception if the font is already present in the collection.
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal embeddedFont As EmbeddedFont _
) As System.Integer
'使用法
 
Dim instance As EmbeddedFontCollection
Dim embeddedFont As EmbeddedFont
Dim value As System.Integer
 
value = instance.Add(embeddedFont)
public System.int Add( 
   EmbeddedFont embeddedFont
)

パラメータ

embeddedFont
The EmbeddedFont to add.

戻り値の型

The index of the newly added font in the collection.
参照

EmbeddedFontCollection クラス
EmbeddedFontCollection メンバ
オーバーロード一覧