PrintDocument for WinForms
AssignFrom(PageLayout) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > PageLayout クラス : AssignFrom(PageLayout) メソッド
The source object to copy properties from.
Assigns (copies) properties from another PageLayout to the current object. All nested objects (render objects, page settings etc.) are cloned.
シンタックス
'宣言
 
Public Sub AssignFrom( _
   ByVal source As PageLayout _
) 
'使用法
 
Dim instance As PageLayout
Dim source As PageLayout
 
instance.AssignFrom(source)
public void AssignFrom( 
   PageLayout source
)

パラメータ

source
The source object to copy properties from.
参照

PageLayout クラス
PageLayout メンバ