ReaderExtensionsExtractText Method |
[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Documents.ReaderExtensions.ExtractText(iText.Kernel.Pdf.PdfPage,iText.Kernel.Geom.Rectangle[])"]
Namespace: Scanjour.Workflow4.TestFramework.Internal.DocumentsAssembly: Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic static string[] ExtractText(
this PdfPage page,
params Rectangle[] rects
)
<ExtensionAttribute>
Public Shared Function ExtractText (
page As PdfPage,
ParamArray rects As Rectangle()
) As String()
public:
[ExtensionAttribute]
static array<String^>^ ExtractText(
PdfPage^ page,
... array<Rectangle^>^ rects
)
[<ExtensionAttribute>]
static member ExtractText :
page : PdfPage *
rects : Rectangle[] -> string[]
Parameters
- page PdfPage
[Missing <param name="page"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Documents.ReaderExtensions.ExtractText(iText.Kernel.Pdf.PdfPage,iText.Kernel.Geom.Rectangle[])"]
- rects Rectangle
[Missing <param name="rects"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Documents.ReaderExtensions.ExtractText(iText.Kernel.Pdf.PdfPage,iText.Kernel.Geom.Rectangle[])"]
Return Value
String[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Documents.ReaderExtensions.ExtractText(iText.Kernel.Pdf.PdfPage,iText.Kernel.Geom.Rectangle[])"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
PdfPage. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also