Copies the options from the specified export options form to corresponding properties on the current exporter.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected override void CopyPropertiesFromOptionsForm(
	ExportOptionsFormBase f
)
Visual Basic
Protected Overrides Sub CopyPropertiesFromOptionsForm ( _
	f As ExportOptionsFormBase _
)

Parameters

f
Type: C1.C1Preview.Export..::..ExportOptionsFormBase
The PdfOptionsForm object to copy the options from.

See Also