ScriptingOptions Class Members
In This Topic
The following tables list the members exposed by ScriptingOptions.
Public Properties
| Name | Description |
| ExternalAssemblies | Gets the list of external assemblies that can be used in scripts in the current document. |
| GenerateInMemory | Gets or sets a value indicating whether to generate script assemlies in memory. When this property is false all assemblies will be generated in directory specified by TempPath property. Note! C1PrintDocument does not delete created scripting assembles, the user's code is responsible for it. |
| Language | Gets or sets a value indicating which language is used in scripts attached to the document. |
| Namespaces | Gets the list of namespaces that can be used in scripts in the current document. |
| TempPath | Gets or sets the directory which will be used to hold temporary files generated during scripts compiling. |
Top
Public Methods
See Also