DocxLayoutMode Enumeration |
An enumeration of the docx layout reconstruction modes.
Namespace: SautinSoft.PdfAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.11.26
Syntax public enum DocxLayoutMode
Public Enumeration DocxLayoutMode
Members Member name | Value | Description |
---|
Flowing | 0 |
The most useful and common type of document for editing.
The resulting document looks as if it was typed by human.
|
Continuous | 1 |
A golden mean between Flowing and
Exact modes.
|
Exact | 2 |
The most precise and fastest mode. The resulting document looks exact as source PDF pixel by pixel.
|
See Also