[]
        
(Showing Draft Content)

C1.C1Preview.Export.HtmlExporter.CopyPropertiesFromOptionsForm

CopyPropertiesFromOptionsForm Method

CopyPropertiesFromOptionsForm(ExportOptionsFormBase)

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

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

The HtmlOptionsForm object to copy the options from.

Overrides