Extracts text from the given PDF Page.

Namespace: Spire.Pdf
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[ObsoleteAttribute("This method may be removed in the future, please use ExtractText() instead.")]
public string ExtractText(
	bool keepWhiteSpace
)
<ObsoleteAttribute("This method may be removed in the future, please use ExtractText() instead.")> 
Public Function ExtractText ( 
	keepWhiteSpace As Boolean
) As String
public:
[ObsoleteAttribute(L"This method may be removed in the future, please use ExtractText() instead.")]
String^ ExtractText(
	bool keepWhiteSpace
)
[<ObsoleteAttribute("This method may be removed in the future, please use ExtractText() instead.")>]
member ExtractText : 
        keepWhiteSpace : bool -> string 

Parameters

keepWhiteSpace
Boolean

Return Value

String
The Extracted Text.

See Also