PDFDestinationType¶
Namespace: O2S.Components.PDF4NET.Destinations
Supported destination types.
Inheritance Object → ValueType → Enum → PDFDestinationType
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| PageDestination | 0 | A destination to a page identified by a PDFPage. |
| PageNumberDestination | 1 | A destination to a page identified by its page number. |
| NamedDestination | 2 | A named destination. |