Need better scanning performance?
TextLinesCount
Parameter TextLinesCount defines the expected number of text lines for the TextLineSpecification object.
JSON Structure
Location in template:
TextLineSpecificationOptions[i]
└── TextLinesCount
Parent object: TextLineSpecification object
Example:
{
"TextLinesCount": 3
}
- This snippet shows only the
TextLinesCountparameter.- To use it, embed this parameter within a TextLineSpecification object.
- For the complete JSON structure, see:
Parameter Details
| Parameter Details |
|---|
| Type int |
| Range [0, 0x7fffffff] |
| Default Value 0. It represents the total number of text lines in the group. |