Gets the value.

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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public string Value { get; }
Public ReadOnly Property Value As String
	Get
public:
property String^ Value {
	String^ get ();
}
member Value : string with get

Property Value

String

Remarks

The value might be null or an empty string, which means that either no text were acquired or all text was on the previous page.

See Also