Aspose::Pdf::Annotations::GoToAction::GoToAction constructor
Contents
[
Hide
]GoToAction::GoToAction() constructor
Constructor.
Aspose::Pdf::Annotations::GoToAction::GoToAction()
Deprecated
Use constructors with parameters.
See Also
- Class GoToAction
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
GoToAction::GoToAction(int32_t) constructor
Constructor for GoToAction class.
Aspose::Pdf::Annotations::GoToAction::GoToAction(int32_t page)
| Parameter | Type | Description |
|---|---|---|
| page | int32_t | The destination page number to jump to. |
Deprecated
Use constructor with Aspose.Pdf.Page parameter instead of this one. Reason: if to use this constructor there is the problem with the document when to resave it in Adobe Acrobat.
See Also
- Class GoToAction
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
GoToAction::GoToAction(System::SharedPtr<Document>, System::String) constructor
Action which linked with Named Destination.
Aspose::Pdf::Annotations::GoToAction::GoToAction(System::SharedPtr<Document> doc, System::String name)
| Parameter | Type | Description |
|---|---|---|
| doc | System::SharedPtr<Document> | Document where action will be created. |
| name | System::String | Name of the destination. |
See Also
- Typedef SharedPtr
- Class Document
- Class String
- Class GoToAction
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
GoToAction::GoToAction(System::SharedPtr<ExplicitDestination>) constructor
Constructor.
Aspose::Pdf::Annotations::GoToAction::GoToAction(System::SharedPtr<ExplicitDestination> destination)
| Parameter | Type | Description |
|---|---|---|
| destination | System::SharedPtr<ExplicitDestination> | Explicit destination. |
See Also
- Typedef SharedPtr
- Class ExplicitDestination
- Class GoToAction
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
GoToAction::GoToAction(System::SharedPtr<Page>) constructor
Constructor for GoToAction class.
Aspose::Pdf::Annotations::GoToAction::GoToAction(System::SharedPtr<Page> page)
| Parameter | Type | Description |
|---|---|---|
| page | System::SharedPtr<Page> | Aspose.Pdf.Page destination object to jump to. |
See Also
- Typedef SharedPtr
- Class Page
- Class GoToAction
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
GoToAction::GoToAction(System::SharedPtr<Page>, ExplicitDestinationType, const System::ArrayPtr<double>&) constructor
Constructor for GoToAction class.
Aspose::Pdf::Annotations::GoToAction::GoToAction(System::SharedPtr<Page> page, ExplicitDestinationType type, const System::ArrayPtr<double> &values)
| Parameter | Type | Description |
|---|---|---|
| page | System::SharedPtr<Page> | Destination page. |
| type | ExplicitDestinationType | Destination type. |
| values | const System::ArrayPtr<double>& | Action parameters. |
See Also
- Typedef SharedPtr
- Class Page
- Enum ExplicitDestinationType
- Typedef ArrayPtr
- Class GoToAction
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++