PrintDocument for WinForms
CopyPropertiesFromOptionsForm メソッド (Exporter)


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

Exporter クラス
Exporter メンバ