C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / ComplexExporter Class / CopyPropertiesFromOptionsForm Method
The ComplexExporterOptionsForm object to copy the options from.

In This Topic
CopyPropertiesFromOptionsForm Method (ComplexExporter)
In This Topic
Copies the options from the specified export options form to corresponding properties on the current exporter.
Syntax
'Declaration
 
Protected Overrides Sub CopyPropertiesFromOptionsForm( _
   ByVal f As ExportOptionsFormBase _
) 
 

Parameters

f
The ComplexExporterOptionsForm object to copy the options from.
See Also