bottomLeft property
Bottom-left point (deprecated alias).
Implementation
@Deprecated('Use leftTop instead')
PdfPoint get bottomLeft => PdfPoint(left, top);
Bottom-left point (deprecated alias).
@Deprecated('Use leftTop instead')
PdfPoint get bottomLeft => PdfPoint(left, top);