'宣言 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.