PrintDocument for WinForms
Item プロパティ (DocumentFontCollection)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > DocumentFontCollection クラス : Item プロパティ
The index of the DocumentFont in the current collection.
Gets or sets a DocumentFont in the current collection by its index.
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As DocumentFont
'使用法
 
Dim instance As DocumentFontCollection
Dim index As System.Integer
Dim value As DocumentFont
 
value = instance.Item(index)
public DocumentFont this[ 
   System.int index
]; {get;}

パラメータ

index
The index of the DocumentFont in the current collection.

プロパティ値

The DocumentFont with the specified index.
参照

DocumentFontCollection クラス
DocumentFontCollection メンバ