ExplicitDestination.CreateDestination
Contents
[
Hide
]CreateDestination(Page, ExplicitDestinationType, params double[])
Creates instances of ExplicitDestination descendant classes.
public static ExplicitDestination CreateDestination(Page page, ExplicitDestinationType type,
params double[] values)
Parameter | Type | Description |
---|---|---|
page | Page | The object of destination page. |
type | ExplicitDestinationType | The type of explicit destination. |
values | Double[] | Array of double values. |
Return Value
The explicit destination object.
See Also
- class Page
- enum ExplicitDestinationType
- class ExplicitDestination
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
CreateDestination(int, ExplicitDestinationType, params double[])
Creates instances of ExplicitDestination descendant classes.
public static ExplicitDestination CreateDestination(int pageNumber, ExplicitDestinationType type,
params double[] values)
Parameter | Type | Description |
---|---|---|
pageNumber | Int32 | The destination page number. |
type | ExplicitDestinationType | The type of explicit destination. |
values | Double[] | Array of double values. |
Return Value
The explicit destination object.
See Also
- enum ExplicitDestinationType
- class ExplicitDestination
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF