Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export.Ssrs Namespace / EmfExporter Class / CopyPropertiesFromOptionsForm Method
The C1.Win.C1Document.Export.ExportOptionsFormBase object to copy the options from.

In This Topic
    CopyPropertiesFromOptionsForm Method (EmfExporter)
    In This Topic
    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.
    Syntax
    'Declaration
     
    Protected Overridable Sub CopyPropertiesFromOptionsForm( _
       ByVal f As ExportOptionsFormBase _
    ) 
    protected virtual void CopyPropertiesFromOptionsForm( 
       ExportOptionsFormBase f
    )

    Parameters

    f
    The C1.Win.C1Document.Export.ExportOptionsFormBase object to copy the options from.
    See Also