LayoutOptions Enumeration

Layout Options.

Definition

Namespace: ComPDFKit_Conversion.Options
Assembly: ComPDFKit_Conversion (in ComPDFKit_Conversion.dll) Version: 1.10.0.0 (1.10.0.0)
C#
public enum LayoutOptions

Members

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.

See Also