PrintDocument for WinForms
CopyPropertiesFromOptionsForm メソッド (Exporter)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview.Export 名前空間 > Exporter クラス : CopyPropertiesFromOptionsForm メソッド
オプションのコピー元の ExportOptionsFormBaseオブジェクト。
指定したエクスポートオプションフォームからのオプションを 現在のエクスポータ上の対応するプロパティにコピーします。派生クラスでオーバーライドして、形式固有のオプションを処理できます。
シンタックス
'宣言
 
Protected Overridable Sub CopyPropertiesFromOptionsForm( _
   ByVal f As ExportOptionsFormBase _
) 
'使用法
 
Dim instance As Exporter
Dim f As ExportOptionsFormBase
 
instance.CopyPropertiesFromOptionsForm(f)
protected virtual void CopyPropertiesFromOptionsForm( 
   ExportOptionsFormBase f
)

パラメータ

f
オプションのコピー元の ExportOptionsFormBaseオブジェクト。
参照

Exporter クラス
Exporter メンバ