C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Export Namespace / C1dExporter Class / CopyPropertiesToOptionsForm Method
The C1dOptionsForm object to copy the properties to.

In This Topic
CopyPropertiesToOptionsForm Method (C1dExporter)
In This Topic
Copies the properties of the current exporter to corresponding user-editable options of the specified export options form.
Syntax
'Declaration
 
Protected Overrides Sub CopyPropertiesToOptionsForm( _
   ByVal f As ExportOptionsFormBase _
) 
 

Parameters

f
The C1dOptionsForm object to copy the properties to.
See Also