PrintDocument for WinForms
GetFontTableStream メソッド (FontSubSet)


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > FontSubSet クラス : GetFontTableStream メソッド
The name of the font table block.
Gets stream for the font table block by name.
シンタックス
'宣言
 
Public Overridable Function GetFontTableStream( _
   ByVal name As System.String _
) As System.IO.Stream
'使用法
 
Dim instance As FontSubSet
Dim name As System.String
Dim value As System.IO.Stream
 
value = instance.GetFontTableStream(name)
public virtual System.IO.Stream GetFontTableStream( 
   System.string name
)

パラメータ

name
The name of the font table block.

戻り値の型

Returns the font table stream, otherwise null.
参照

FontSubSet クラス
FontSubSet メンバ