PrintDocument for WinForms
CurrentPageLayout プロパティ (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : CurrentPageLayout プロパティ
Gets the effective layout for the current page. That layout is automatically built on the fly by merging all applicable layouts defined for the current document in C1PrintDocument.PageLayouts. You may change the properties on CurrentPageLayout programmatically. The changes will be effective immediately if they are made in the C1PrintDocument.PageConfigure event handler, otherwise they will take effect for the next added page.

Note that this property is only available during document generation, at other times null is returned.

シンタックス
'宣言
 
Public ReadOnly Property CurrentPageLayout As PageLayout
'使用法
 
Dim instance As C1PrintDocument
Dim value As PageLayout
 
value = instance.CurrentPageLayout
public PageLayout CurrentPageLayout {get;}
参照

C1PrintDocument クラス
C1PrintDocument メンバ