Enum FindReplaceOptions.ReflowType
An enumeration used to specify the mode used to reflow the replaced text.
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum FindReplaceOptions.ReflowType
Fields
| Name | Description |
|---|---|
| e_line | Reflow the whole line of the changed text. |
| e_para | Reflow the whole paragraph of changed text. |
| e_text | Reflow just the changed text. |