| PdfDestType Enumeration |
PDF destinations may be associated with outline items, annotations, or
actions. A destination defines a particular view of a document, consisting
of the following items:
• The page of the document to be displayed
• The location of the document window on that page
• The magnification (zoom) factor to use when displaying the page
The following types of destinations are defined:
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax Members
| Member name | Value | Description |
---|
| Xyz | 0 |
Left, Top, Zoom specified.
|
| Fit | 1 |
Fit the page.
|
| FitH | 2 |
Fit to width, top specified.
|
| FitV | 3 |
Fit to height, left specified.
|
| FitR | 4 |
Fit to rectangle: left, bottom, right, top.
|
| FitB | 5 |
Fit bounding box to page.
|
| FitBh | 6 |
Fit bounding box to width, top specified.
|
| FitBv | 7 |
Fit bounding box to height, left specified.
|
See Also