RegexManager
Overview
RegexManager is a class in Aspose.PDF FOSS for .NET.
Global configuration for regular-expression text search (for example via TextFragmentAbsorber).
Properties: MatchTimeout, NonBacktracking.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
MatchTimeout | TimeSpan | Read/Write | Maximum time a single regular-expression match may run before a RegexMatchTimeoutException is thrown. |
NonBacktracking | bool | Read/Write | When , regex search runs with NonBacktracking. |