LayoutOptions Enumeration
Layout Options.
Namespace: ComPDFKit_Conversion.OptionsAssembly: ComPDFKit_Conversion (in ComPDFKit_Conversion.dll) Version: 1.10.0.0 (1.10.0.0)
public enum LayoutOptions
RetainFlowingText |
0 |
Retain the same layout as your original file and enable the text to wrap and flow seamlessly throughout the document.
|
RetainFlowingTextWithTable |
1 |
Retain the same layout as your original file and enable the text to wrap and flow seamlessly throughout the document.
|
RetainPageLayout |
2 |
Retain the same layout as your original file by splitting the text into multiple text boxes accoring to its layout.
|