PdfTextExtractMode Enumeration

The text extraction modes

Definition

Namespace: HiQPdfClient
Assembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
C#
public enum PdfTextExtractMode

Members

KeepPositioning0 The text extraction keeps the positioning of the text in PDF document
KeepReadingOrder1 The text extraction kees the reading order of the text in PDF document

See Also