'宣言 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.