IScriptDefinitionContext
What it does
Provides access to some properties of the objects that may be used in scripts.
Methods
Definition | Description |
LoadFile( name: string) : IUserAttachment | Loads a file that is attached to the object that contains the script. Some possible applications for this method are loading a dictionary from a FlexiLayout using its name or loading a reference assembly file. This method is also used in ABBYY FlexiCapture for Invoices scripts to load XML description files. |
Properties
Name | Type | Access | Description |
Project | IProject | Read-only | Provides access to information about the project. |
4/12/2024 6:16:02 PM