Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Cosa fa
Metodi
| Definizione | Descrizione |
|---|---|
Has (name: string): bool | Verifica se nell’array esiste una proprietà con il nome indicato. |
Set (name: string, value: string) | Imposta il nome e il valore di una proprietà. |
Delete (name: string) | Elimina la proprietà con il nome indicato. |
DeleteAll ( ) | Elimina tutte le proprietà. |
Proprietà
| Nome | Tipo | Accesso | Descrizione |
|---|---|---|---|
Names | VARIANT | Sola lettura | Array dei nomi delle proprietà specificati dall’utente. |
IsEmpty | bool | Sola lettura | Indica se l’array di proprietà è vuoto. |
Value (name: string) | bool | Lettura/scrittura | Valore della proprietà con il nome indicato. Vedere Sintassi abbreviata. |
Sintassi abbreviata
params.Value("Name") = "newValue", puoi usare direttamente le parentesi:
