Aspose::Pdf::Annotations::FitBExplicitDestination::FitBExplicitDestination constructor

FitBExplicitDestination::FitBExplicitDestination(int32_t) constructor

Creates remote explicit destination.

Aspose::Pdf::Annotations::FitBExplicitDestination::FitBExplicitDestination(int32_t pageNumber)
ParameterTypeDescription
pageNumberint32_tThe destination page number of remote document.

See Also

FitBExplicitDestination::FitBExplicitDestination(System::SharedPtr<Aspose::Pdf::Page>) constructor

Creates local explicit destination.

Aspose::Pdf::Annotations::FitBExplicitDestination::FitBExplicitDestination(System::SharedPtr<Aspose::Pdf::Page> page)
ParameterTypeDescription
pageSystem::SharedPtr<Aspose::Pdf::Page>The destination page object.

See Also

FitBExplicitDestination::FitBExplicitDestination(System::SharedPtr<Document>, int32_t) constructor

Creates remote explicit destination.

Aspose::Pdf::Annotations::FitBExplicitDestination::FitBExplicitDestination(System::SharedPtr<Document> document, int32_t pageNumber)
ParameterTypeDescription
documentSystem::SharedPtr<Document>The parent document that contains this object.
pageNumberint32_tThe destination page number of remote document.

Deprecated

Use constructor without Document argument.

See Also