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 sizes of the searched text of this System.Drawring SizeF 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<SizeF> Sizes { get; }
Public ReadOnly Property Sizes As List(Of SizeF) Get
public: property List<SizeF>^ Sizes { List<SizeF>^ get (); }
member Sizes : List<SizeF> with get