PrintDocument for WinForms
CopyPropertiesToOptionsForm メソッド (Exporter)


C1.PrintDocument.6 アセンブリ > C1.C1Preview.Export 名前空間 > Exporter クラス : CopyPropertiesToOptionsForm メソッド
The ExportOptionsFormBase object to copy the properties to.
Copies the properties of the current exporter to corresponding user-editable options of the specified export options form. Can be overridden in a derived class to handle format-specific options.
シンタックス
'宣言
 
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
The ExportOptionsFormBase object to copy the properties to.
参照

Exporter クラス
Exporter メンバ