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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > DocumentPageLayouts クラス : Item プロパティ
The kind of page layout to return.
Gets the PageLayout of the specified PageLayoutKindEnum. Returns null if the specified kind of page layout has not been specified for the current DocumentPageLayouts.
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal kind As PageLayoutKindEnum _
) As PageLayout
'使用法
 
Dim instance As DocumentPageLayouts
Dim kind As PageLayoutKindEnum
Dim value As PageLayout
 
value = instance.Item(kind)
public PageLayout this[ 
   PageLayoutKindEnum kind
]; {get;}

パラメータ

kind
The kind of page layout to return.

プロパティ値

The page layout with specified kind, or null if it does not exist.
参照

DocumentPageLayouts クラス
DocumentPageLayouts メンバ