 | PdfTextInfoRects Property |
Gets a collection of rectangular areas bounding specified text.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
Syntaxpublic ReadOnlyList<FS_RECTF> Rects { get; }
Public ReadOnly Property Rects As ReadOnlyList(Of FS_RECTF)
Get
public:
property ReadOnlyList<FS_RECTF>^ Rects {
ReadOnlyList<FS_RECTF>^ get ();
}
member Rects : ReadOnlyList<FS_RECTF> with get
/** @property */
public ReadOnlyList<FS_RECTF> get_Rects()
Property Value
Type:
ReadOnlyListFS_RECTF
See Also