PdfPrintDocumentGetText Method Terminal Works - PDF Printing.Net Library
Gets the text from the specified page.

Namespace: PdfPrintingNet
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public string GetText(
	int pageNumber
)

Parameters

pageNumber
Type: SystemInt32
Number of page from which to get text

Return Value

Type: String
Page text
See Also

Reference