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

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)
ParameterTypeDescription
pageconst System::SharedPtr<Aspose::Pdf::Page>&The destination page object.

See Also

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)
ParameterTypeDescription
documentconst System::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

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