Click or drag to resize

PdfTextOptions Class

Represents options used for extracting text from a PDF content.
Inheritance Hierarchy
SystemObject
  SautinSoft.Pdf.ContentPdfTextOptions

Namespace: SautinSoft.Pdf.Content
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.5.19
Syntax
public sealed class PdfTextOptions

The PdfTextOptions type exposes the following members.

Constructors
 NameDescription
Public methodPdfTextOptions Initializes a new instance of the PdfTextOptions class.
Top
Properties
 NameDescription
Public propertyBounds

Gets or sets the bounds of the extracted text or null if the extracted text is unbounded.

Default value: null (the extracted text is unbounded).

Public propertyStatic memberDefault Gets the default options used for extracting any text from a PDF content.
Public propertyFontFace

Gets or sets the font face used for measuring insignificant whitespace characters inserted in the extracted text if the Blank flag is set in the Whitespaces property.

Default value: Courier.

Public propertyNewLineChars

Gets or sets the character string to use for line breaks in the extracted text if the NewLine flag is set in the Whitespaces property.

Default value: NewLine.

Public propertyOrder

Gets or sets the order in which the text should be extracted.

Default value: Content.

Public propertyWhitespacesGets or sets a value that specifies how whitespace characters are inserted in the extracted text.

Default value: Space | NewLine.

Top
See Also