Used by find text cross line
if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle.
So we need a list to save data.
Gets the positions of the searched text of this System.Drawing.PointF structure.
Namespace: Spire.Pdf.General.FindAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public List<PointF> Positions { get; }
Public ReadOnly Property Positions As List(Of PointF) Get
public: property List<PointF>^ Positions { List<PointF>^ get (); }
member Positions : List<PointF> with get