 | PdfTextInfo.Text Property |
Gets a text string associated with this instance of
PdfTextInfo class.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic string Text { get; }
Public ReadOnly Property Text As String
Get
public:
property String^ Text {
String^ get ();
}
member Text : string with get
/** @property */
public String get_Text()
Property Value
String
RemarksThis ignores characters without unicode information
See Also