size property

PdfPoint get size

Get the unit size of this string

Implementation

PdfPoint get size => PdfPoint(width, height);