VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / ExtractTextRegion Methods / ExtractTextRegion(RectangleF,Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    ExtractTextRegion(RectangleF,Boolean) Method (PdfPage)
    In This Topic
    Extracts text from the specified rectangle of this page.
    Syntax
    'Declaration
    
    Public Overloads Function ExtractTextRegion( _
    ByVal includeAnnotations
    A value indicating whether the text from annotations must be extracted.
    As System.Drawing.RectangleF, _
    ByVal boundingBox
    Rectangle on page, where text must be extracted.
    As Boolean _
    ) As Vintasoft.Imaging.Text.TextRegion

    Parameters

    includeAnnotations
    A value indicating whether the text from annotations must be extracted.
    boundingBox
    Rectangle on page, where text must be extracted.

    Return Value

    Extracted text region.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also