Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / Page Class / GetText Method / GetText(Boolean) Method
Indicates whether to ignore errors in PDF content stream during processing.

In This Topic
    GetText(Boolean) Method
    In This Topic
    Retrieves all text on the current page.
    Syntax
    'Declaration
     
    Public Overloads Function GetText( _
       Optional ByVal ignoreErrors As System.Boolean _
    ) As System.String
    public System.string GetText( 
       System.bool ignoreErrors
    )

    Parameters

    ignoreErrors
    Indicates whether to ignore errors in PDF content stream during processing.

    Return Value

    The page text, or null if the page does not contain any text.
    See Also