PrintDocument for WinForms
Clone() メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PageLayout クラス : Clone() メソッド
Creates a copy of the current PageLayout object. All nested objects (render objects, page settings etc.) are cloned on the new object.
シンタックス
'宣言
 
Public Function Clone() As PageLayout
'使用法
 
Dim instance As PageLayout
Dim value As PageLayout
 
value = instance.Clone()
public PageLayout Clone()

戻り値の型

The newly created PageLayout object.
参照

PageLayout クラス
PageLayout メンバ