ReaderExtensionsGetResultantText Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Documents.ReaderExtensions.GetResultantText(iText.Kernel.Pdf.Canvas.Parser.Listener.LocationTextExtractionStrategy,iText.Kernel.Geom.Rectangle)"]

Namespace:  Scanjour.Workflow4.TestFramework.Internal.Documents
Assembly:  Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static string GetResultantText(
	this LocationTextExtractionStrategy strategy,
	Rectangle rect
)

Parameters

strategy
Type: LocationTextExtractionStrategy

[Missing <param name="strategy"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Documents.ReaderExtensions.GetResultantText(iText.Kernel.Pdf.Canvas.Parser.Listener.LocationTextExtractionStrategy,iText.Kernel.Geom.Rectangle)"]

rect
Type: Rectangle

[Missing <param name="rect"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Documents.ReaderExtensions.GetResultantText(iText.Kernel.Pdf.Canvas.Parser.Listener.LocationTextExtractionStrategy,iText.Kernel.Geom.Rectangle)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Documents.ReaderExtensions.GetResultantText(iText.Kernel.Pdf.Canvas.Parser.Listener.LocationTextExtractionStrategy,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 LocationTextExtractionStrategy. 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

Reference