PdfPage.GetText Method

Retrieves all text drawn on the page in plain text format.

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

Syntax

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

Return Value

Type: String
All text drawn on the page in plain text format.

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