PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / C1dExporter Class / CopyPropertiesFromOptionsForm Method
The C1dOptionsForm object to copy the options from.

In This Topic
    CopyPropertiesFromOptionsForm Method (C1dExporter)
    In This Topic
    Copies the options from the specified export options form to corresponding properties on the current exporter.
    Syntax
    'Declaration
     
    Protected Overridable Sub CopyPropertiesFromOptionsForm( _
       ByVal f As ExportOptionsFormBase _
    ) 
    protected virtual void CopyPropertiesFromOptionsForm( 
       ExportOptionsFormBase f
    )

    Parameters

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