 | PdfTextInfo Class |
Represents a text information of specified text on the page.
Inheritance Hierarchy
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntaxpublic ref class PdfTextInfo
type PdfTextInfo = class end
Patagames.Pdf.Net.PdfTextInfo = function();
Type.createClass(
'Patagames.Pdf.Net.PdfTextInfo');
The PdfTextInfo type exposes the following members.
Properties
| Name | Description |
---|
 | Rects |
Gets a collection of rectangular areas bounding specified text.
|
 | Text |
Gets a text string associated with this instance of PdfTextInfo class.
|
Top
See Also