height method

double height(
  1. PdfDocument document
)

Implementation

double height(PdfDocument document) {
  return lineHeight(document);
}