size property
PdfPoint
get
size
Get the unit size of this string
Implementation
PdfPoint get size => PdfPoint(width, height);
Get the unit size of this string
PdfPoint get size => PdfPoint(width, height);