PdfPage.GetTextWithFormatting Method

Retrieves all text drawn on the page formatted as seen in a PDF viewer.

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

Syntax

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

Return Value

Type: String
All text drawn on the page formatted as seen in a PDF viewer.

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