PrintDocument for WinForms
OnPageConfigure メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : OnPageConfigure メソッド
The newly added C1Page object.
Called when a new empty page is created and added to the current document, raises the C1PrintDocument.PageConfigure event. When this method is called, the C1Page has already been added to the C1PrintDocument.Pages collection but has not yet been resolved. If overridden in a derived class, must call the base method; can be used to change the layout of the new page.
シンタックス
'宣言
 
Protected Overridable Function OnPageConfigure( _
   ByVal page As C1Page _
) As PageLayout
'使用法
 
Dim instance As C1PrintDocument
Dim page As C1Page
Dim value As PageLayout
 
value = instance.OnPageConfigure(page)
protected virtual PageLayout OnPageConfigure( 
   C1Page page
)

パラメータ

page
The newly added C1Page object.

戻り値の型

The C1PrintDocument.PageLayout object created by the C1PrintDocument.PageConfigure event, or null.
参照

C1PrintDocument クラス
C1PrintDocument メンバ