C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Forms Namespace / OutputRangeForm Class / CreateForm Method
Custom form type or null.
Default form type.

In This Topic
CreateForm Method (OutputRangeForm)
In This Topic
Creates an instance of the OutputRangeForm or derived type.
Syntax
'Declaration
 
Public Shared Function CreateForm( _
   ByVal customType As Type, _
   ByVal defaultType As Type _
) As OutputRangeForm
 

Parameters

customType
Custom form type or null.
defaultType
Default form type.

Return Value

The newly created OutputRangeForm.
See Also