CopyPropertiesFromOptionsForm Method (XpsExporter)
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 Overridable Sub CopyPropertiesFromOptionsForm( _
ByVal As ExportOptionsFormBase _
)
Parameters
- f
- The ExportOptionsFormBase object to copy the options from.