size property

PdfPoint size

Get the unit size of this string

Implementation

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