Enum Convert.HTMLOutputOptions.ContentReflowSetting
Namespace: pdftron.PDF
Assembly: PDFTronDotNet.dll
Syntax
public enum Convert.HTMLOutputOptions.ContentReflowSetting
Fields
| Name | Description |
|---|---|
| e_fixed_position | Content uses fixed positioning (default). |
| e_reflow_full | Text flows freely edge-to-edge in a single column. |
| e_reflow_paragraphs | Deprecated. Text flows within paragraphs. |