PdfTextExtractionOptions.TextFormattingMode

PdfTextExtractionOptions.TextFormattingMode enumeration

Defines different modes which can be used while converting a PDF document into text. See PdfTextExtractionOptions class.

public enum TextFormattingMode

Values (decimal)

NameValueDescription
Pure0Represents PDF text content with a few formatting routines. This includes taking into account relative positions and adding extra spaces to align text to the width of the page.
Raw1Represents PDF content as is, i.e. without formatting.
Plain2Represents PDF text content taking into account the relative positioning of text fragments but without adding extra spaces.

See Also