Click or drag to resize

IPdfDocumentGetText(PdfTextFormattingMode) Method

Gets the extracted text from the PDF document using the specified PdfTextFormattingMode

Namespace: Compiled.EDD.Scripting.Extensions.Pdf
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
string GetText(
	PdfTextFormattingMode formattingMode
)

Parameters

formattingMode  PdfTextFormattingMode

[Missing <param name="formattingMode"/> documentation for "M:Compiled.EDD.Scripting.Extensions.Pdf.IPdfDocument.GetText(Compiled.EDD.Scripting.Extensions.Pdf.PdfTextFormattingMode)"]

Return Value

String
The extracted text contents from the PDf document.
See Also