PrintDocument for WinForms
CopyPropertiesToOptionsForm メソッド (Exporter)


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

パラメータ

f
プロパティのコピー先の ExportOptionsFormBaseオブジェクト。
参照

Exporter クラス
Exporter メンバ