Click or drag to resize

TextLayout Enumeration

The output text layout (for pdf to text calls).

Namespace:  SelectPdf.Api
Assembly:  SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
Syntax
public enum TextLayout
Members
  Member nameValueDescription
Original0 The original layout of the text from the PDF document is preserved.
Reading1 The text is produced in reading order.
See Also