Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / RtfExporter Class / CopyPropertiesFromOptionsForm Method
The RtfOptionsForm object to copy the options from.

In This Topic
    CopyPropertiesFromOptionsForm Method (RtfExporter)
    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 _
    ) 
    protected override void CopyPropertiesFromOptionsForm( 
       ExportOptionsFormBase f
    )

    Parameters

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