Click or drag to resize

ZoomTypes Enumeration

Zoom types

Namespace:  Patagames.Pdf.Enums
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntax
public enum ZoomTypes
Members
  Member nameValueDescription
PDFZOOM_XYZ1 Zoom xyx
PDFZOOM_FITPAGE2 Fit to page
PDFZOOM_FITHORZ3 Fit to width
PDFZOOM_FITVERT4 Fit to height
PDFZOOM_FITRECT5 Fit to rectangle
PDFZOOM_FITBBOX6 fit to bounding box
PDFZOOM_FITBHORZ7 Fit to bounding box width
PDFZOOM_FITBVERT8 Fit to bounding box height
See Also