fitPolicy property

FitPolicy fitPolicy
final

FitPolicy that determines how the PDF pages are fit to the screen. The FitPolicy enum can take on the following values:

  • FitPolicy.WIDTH: The PDF pages are scaled to fit the width of the screen.
  • FitPolicy.HEIGHT: The PDF pages are scaled to fit the height of the screen.
  • FitPolicy.BOTH: The PDF pages are scaled to fit both the width and height of the screen.

Implementation

final FitPolicy fitPolicy;