 | PdfTextInfoText Property |
Gets a text string associated with this instance of
PdfTextInfo class.
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.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
Type:
String
RemarksThis ignores characters without unicode information
See Also