 | PdfPageText Property |
Getscurrent instance of
PdfText class that represents information about all characters in a page.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic PdfText Text { get; }
Public ReadOnly Property Text As PdfText
Get
public:
property PdfText^ Text {
PdfText^ get ();
}
member Text : PdfText with get
/** @property */
public PdfText get_Text()
Property Value
PdfText
See Also