DjvuPageGetTextForLocation Method |
Gets the text for the rectangle location
Namespace: Aspose.Imaging.FileFormats.DjvuAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntaxpublic string GetTextForLocation(
Rectangle rect
)
Public Function GetTextForLocation (
rect As Rectangle
) As String
public:
String^ GetTextForLocation(
Rectangle rect
)
member GetTextForLocation :
rect : Rectangle -> string
Parameters
- rect
- Type: Aspose.ImagingRectangle
The location rect.
Return Value
Type:
StringText found on location
See Also