size property
PdfPoint
get
size
Returns the rectangle size as a point.
Implementation
PdfPoint get size => PdfPoint(width, height);
Returns the rectangle size as a point.
PdfPoint get size => PdfPoint(width, height);