 | 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
SyntaxPublic Enumeration ZoomTypes
public enum class ZoomTypes
Patagames.Pdf.Enums.ZoomTypes = function();
Patagames.Pdf.Enums.ZoomTypes.createEnum('Patagames.Pdf.Enums.ZoomTypes', false);
Members
| Member name | Value | Description |
---|
| PDFZOOM_XYZ | 1 |
Zoom xyx
|
| PDFZOOM_FITPAGE | 2 |
Fit to page
|
| PDFZOOM_FITHORZ | 3 |
Fit to width
|
| PDFZOOM_FITVERT | 4 |
Fit to height
|
| PDFZOOM_FITRECT | 5 |
Fit to rectangle
|
| PDFZOOM_FITBBOX | 6 |
fit to bounding box
|
| PDFZOOM_FITBHORZ | 7 |
Fit to bounding box width
|
| PDFZOOM_FITBVERT | 8 |
Fit to bounding box height
|
See Also