VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfPage Class / ExtractTextRegion Methods / ExtractTextRegion(Boolean) Method
Syntax Requirements SeeAlso
In This Topic
    ExtractTextRegion(Boolean) Method (PdfPage)
    In This Topic
    Extracts all text from this page.
    Syntax
    'Declaration
    
    Public Overloads Function ExtractTextRegion( _
    ByVal includeAnnotations
    A value indicating whether the text from annotations must be extracted.
    As Boolean _
    ) As Vintasoft.Imaging.Text.TextRegion

    Parameters

    includeAnnotations
    A value indicating whether the text from annotations must be extracted.

    Return Value

    Extracted text region.
    Requirements

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

    See Also