Click or drag to resize

DocxLayoutMode Enumeration

An enumeration of the docx layout reconstruction modes.

Namespace: SautinSoft.Pdf
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public enum DocxLayoutMode
Members
Member nameValueDescription
Flowing0 The most useful and common type of document for editing. The resulting document looks as if it was typed by human.
Continuous1 A golden mean between Flowing and Exact modes.
Exact2 The most precise and fastest mode. The resulting document looks exact as source PDF pixel by pixel.
See Also