C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Scripting Namespace / ScriptingOptions Class / Initialize Method
An array of assembly names that are added to ExternalAssemblies on the current object.
An array of namespace names that are added to Namespaces on the current object.

In This Topic
Initialize Method (ScriptingOptions)
In This Topic
Initializes the current ScriptingOptions object witih the specified external assemblies and namespaces.
Syntax
'Declaration
 
Public Sub Initialize( _
   ByVal externalAssemblies() As String, _
   ByVal namespaces() As String _
) 
 

Parameters

externalAssemblies
An array of assembly names that are added to ExternalAssemblies on the current object.
namespaces
An array of namespace names that are added to Namespaces on the current object.
See Also