C1.PrintDocument.8 Assembly / C1.C1Preview.Scripting Namespace / ScriptingOptions Class


ScriptingOptions Class Properties

For a list of all members of this type, see ScriptingOptions members.

Public Properties
 NameDescription
Public PropertyGets the list of external assemblies that can be used in scripts in the current document.  
Public Propertystatic (Shared in Visual Basic)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 ScriptingOptions.TempPath property. Note! C1PrintDocument does not delete created scripting assembles, the user's code is responsible for it.  
Public PropertyGets or sets a value indicating which language is used in scripts attached to the document.  
Public PropertyGets the list of namespaces that can be used in scripts in the current document.  
Public Propertystatic (Shared in Visual Basic)Gets or sets the directory which will be used to hold temporary files generated during scripts compiling.  
Top
See Also