[]
        
(Showing Draft Content)

C1.C1Preview.Export.Exporter.CopyPropertiesFromOptionsForm

CopyPropertiesFromOptionsForm Method

CopyPropertiesFromOptionsForm(ExportOptionsFormBase)

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.

Declaration
protected virtual void CopyPropertiesFromOptionsForm(ExportOptionsFormBase f)
Parameters
Type Name Description
ExportOptionsFormBase f

The ExportOptionsFormBase object to copy the options from.