Aspose::Pdf::Annotations::FitBExplicitDestination::FitBExplicitDestination constructor
Contents
[
Hide
]FitBExplicitDestination::FitBExplicitDestination(const System::SharedPtr<Aspose::Pdf::Page>&) constructor
Creates local explicit destination.
Aspose::Pdf::Annotations::FitBExplicitDestination::FitBExplicitDestination(const System::SharedPtr<Aspose::Pdf::Page> &page)
| Parameter | Type | Description |
|---|---|---|
| page | const System::SharedPtr<Aspose::Pdf::Page>& | The destination page object. |
See Also
- Typedef SharedPtr
- Class Page
- Class FitBExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
FitBExplicitDestination::FitBExplicitDestination(const System::SharedPtr<Document>&, int32_t) constructor
Creates remote explicit destination.
Aspose::Pdf::Annotations::FitBExplicitDestination::FitBExplicitDestination(const System::SharedPtr<Document> &document, int32_t pageNumber)
| Parameter | Type | Description |
|---|---|---|
| document | const System::SharedPtr<Document>& | The parent document that contains this object. |
| pageNumber | int32_t | The destination page number of remote document. |
Deprecated
Use constructor without Document argument.
See Also
- Typedef SharedPtr
- Class Document
- Class FitBExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++
FitBExplicitDestination::FitBExplicitDestination(int32_t) constructor
Creates remote explicit destination.
Aspose::Pdf::Annotations::FitBExplicitDestination::FitBExplicitDestination(int32_t pageNumber)
| Parameter | Type | Description |
|---|---|---|
| pageNumber | int32_t | The destination page number of remote document. |
See Also
- Class FitBExplicitDestination
- Namespace Aspose::Pdf::Annotations
- Library Aspose.PDF for C++