PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / ExportOptionsFormBase Class / CreateForm Method
The exporter to use.
The custom form type.
The default form type.

In This Topic
    CreateForm Method (ExportOptionsFormBase)
    In This Topic
    Creates a new instance of a ExportOptionsFormBase-derived class.
    Syntax
    'Declaration
     
    Public Shared Function CreateForm( _
       ByVal exporter As Exporter, _
       ByVal customType As Type, _
       ByVal defaultType As Type _
    ) As ExportOptionsFormBase
    public static ExportOptionsFormBase CreateForm( 
       Exporter exporter,
       Type customType,
       Type defaultType
    )

    Parameters

    exporter
    The exporter to use.
    customType
    The custom form type.
    defaultType
    The default form type.
    See Also