Need better scanning performance?
ApplicableTextLineNumbers
Parameter ApplicableTextLineNumbers specifies the line numbers of the targeting lines which are specified by the TextLineSpecification object.
Example
{
"ApplicableTextLineNumbers": "1-10"
}
Parameter Summary
| ApplicableTextLineNumbers Parameter Summary |
|---|
| Type String |
| Range A string of one or more of the following data: 1. One int value which represents a specified line index; 2. One Expression, start index and stop index connected with “”-“”, which represents a specified line index range. |
| Default Value ”” |
| Remarks (1) The value is 1-based. (2) “” represents all lines. (3) The processed of the not specified text lines will implement the default settings. (4) If the line number you specified doesn’t exist, the library will ignore it. |