Click or drag to resize

CellLayoutEventArgs Value Property

Gets the value.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public string Value { get; }

Property Value

Type: 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