getFullSize method

Size getFullSize(
  1. double zoomRatio
)

Get the full PDF content size in the PdfViewer with the specified zoomRatio.

Implementation

Size getFullSize(double zoomRatio) => _state!._docSize! * zoomRatio;