C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Scripting Namespace / ScriptingOptions Class
Members

ScriptingOptions Class
Represents the various options controlling scripts and expressions used in a C1.C1Preview.C1PrintDocument, and specified by the C1.C1Preview.C1PrintDocument.ScriptingOptions property.
Object Model
ScriptingOptions Class
Syntax
'Declaration
 
Public Class ScriptingOptions 
 
Remarks
Scripts and expressions can be used in various contexts in a C1.C1Preview.C1PrintDocument. While the scripting language and the set of available assemblies and namespaces for all those scripts and expressions are defined by the properties of the document's C1.C1Preview.C1PrintDocument.ScriptingOptions, the sets of built-in variable identifiers available to a script or expression depend on the context in which it is defined.

The following tables list the possible contexts, and the identifiers that can be used in scripts and expressions to access context-dependent document data:

Inheritance Hierarchy

System.Object
   C1.C1Preview.Scripting.ScriptingOptions

See Also