 | PdfTextInfoRects Property |
Gets a collection of rectangular areas bounding specified text.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
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
ReadOnlyListFS_RECTF
See Also