Click or drag to resize

PdfTextInfo Class

Represents a text information of specified text on the page.
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfTextInfo

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
Syntax
public class PdfTextInfo

The PdfTextInfo type exposes the following members.

Properties
  NameDescription
Public propertyRects
Gets a collection of rectangular areas bounding specified text.
Public propertyText
Gets a text string associated with this instance of PdfTextInfo class.
Top
See Also