PdfDocument.GetText Method (PdfTextExtractionOptions)

Retrieves all text drawn on all pages of the document according to the specified options.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public string GetText(
	PdfTextExtractionOptions options
)
VB
Public Function GetText ( 
	options As PdfTextExtractionOptions
) As String

Parameters

options
Type: BitMiracle.Docotic.Pdf.PdfTextExtractionOptions
The text extraction options.

Return Value

Type: String
All text drawn on all pages of the document according to the specified options.

Remarks

Bidirectional and right-to-left text is returned according to the logical order.

Unicode code points from Arabic and Hebrew presentation forms are normalized to the Normalization Form KC.

See Also