PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / RtfExporter Class / CopyPropertiesToOptionsForm Method
The RtfOptionsForm object to copy the properties to.

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

    Parameters

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