Enum FindReplaceOptions.MatchType
An enumeration used to specify the mode used to match text.
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum FindReplaceOptions.MatchType
Fields
| Name | Description |
|---|---|
| e_exact | Exactly match the text. |
| e_regex | Use of regular expressions to match the text is allowed. |
| e_wildcards | Use of wildcards to match the text is allowed. |