PdfTextFragment
Sizes Property
|
Used by find text cross line
if the MatchText in more lines( >=2 ),the results can not contain by one Rectangle.
So we need an array to save data.
Gets the sizes of the searched text of this System.Drawing SizeF structure.
Namespace:
Spire.Pdf.Texts
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public SizeF[] Sizes { get; }
Public ReadOnly Property Sizes As SizeF()
Get
public:
property array<SizeF>^ Sizes {
array<SizeF>^ get ();
}
member Sizes : SizeF[] with get
Property Value
Type:
SizeF
See Also