 | DestinationTypes Enumeration |
Represents the type of destintion
Namespace:
Patagames.Pdf.Enums
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.57.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.57.2704
Syntaxpublic enum DestinationTypes
Public Enumeration DestinationTypes
public enum class DestinationTypes
public enum DestinationTypes
Patagames.Pdf.Enums.DestinationTypes = function();
Patagames.Pdf.Enums.DestinationTypes.createEnum('Patagames.Pdf.Enums.DestinationTypes', false);
Members
| Member name | Value | Description |
---|
| XYZ | 0 |
Display the page designated by PageIndex, with the coordinates (Left, Top)
positioned at the upper-left corner of the window and the contents of the page
magnified by the factor Zoom.
|
| Fit | 1 |
Display the page designated by PageIndex, with its contents magnified just enough
to fit the entire page within the window both horizontally and vertically.
|
| FitH | 2 |
Display the page designated by PageIndex,
with the vertical coordinate Top positioned
at the top edge of the window and the contents of the page magnified
just enough to fit the entire width of the page within the window.
|
| FitV | 3 |
Display the page designated by PageIndex,
with the horizontal coordinate Left positioned
at the left edge of the window and the contents of the page magnified
just enough to fit the entire height of the page within the window.
|
| FitR | 4 |
Display the page designated by PageIndex,
with its contents magnified just enough to fit the rectangle specified
by the coordinates Left, Bottom,
Right, and Top
entirely within the window both horizontally and vertically.
|
| FitB | 5 |
Display the page designated by PageIndex, with its contents magnified
just enough to fit its bounding box entirely within the window both horizontally and vertically.
|
| FitBH | 6 |
Display the page designated by PageIndex,
with the vertical coordinate Top positioned
at the top edge of the window and the contents of the page
magnified just enough to fit the entire width of its bounding box within the window.
|
| FitBV | 7 |
Display the page designated by PageIndex,
with the horizontal coordinate Left positioned
at the left edge of the window and the contents of the page magnified just enough
to fit the entire height of its bounding box within the window.
|
See Also