'宣言 Protected Overrides Sub CopyPropertiesToOptionsForm( _ ByVal f As IExportOptionsFormBase _ )
'使用法 Dim instance As PdfExporter Dim f As IExportOptionsFormBase instance.CopyPropertiesToOptionsForm(f)
protected override void CopyPropertiesToOptionsForm( IExportOptionsFormBase f )
パラメータ
- f
- The C1.Document.Export.IExportOptionsFormBase object to copy the properties to.