Class BetweenOptions
Options for extracting text between two textual anchors.
public sealed class BetweenOptions
- Inheritance
-
BetweenOptions
- Inherited Members
Properties
- AnchorTextOptions
Controls how the anchor strings are matched.
- Inclusive
If true, the returned text includes the anchors themselves; otherwise, only the text in between is returned.
- MaxChars
A safety cap on the number of characters extracted.