C1.WPF.PrintDocument.4.6.2 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
 

Parameters

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