Aspose::Pdf::Annotations::FitBHExplicitDestination class

FitBHExplicitDestination class

Represents explicit destination that displays the page with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.

class FitBHExplicitDestination : public Aspose::Pdf::Annotations::ExplicitDestination

Methods

MethodDescription
static CreateDestination(System::SharedPtr<Aspose::Pdf::Page>, ExplicitDestinationType, const System::ArrayPtr<double>&)Creates instances of ExplicitDestination descendant classes.
static CreateDestination(System::SharedPtr<Document>, int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&)Creates instances of ExplicitDestination descendant classes.
static CreateDestination(int32_t, ExplicitDestinationType, const System::ArrayPtr<double>&)Creates instances of ExplicitDestination descendant classes.
FitBHExplicitDestination(System::SharedPtr<Aspose::Pdf::Page>, double)Creates local explicit destination.
FitBHExplicitDestination(System::SharedPtr<Document>, int32_t, double)Creates remote explicit destination.
FitBHExplicitDestination(int32_t, double)Creates remote explicit destination.
get_Page() constGets the destination page object.
get_PageNumber() constGets the destination page number.
get_Top()Gets the vertical coordinate top positioned at the top edge of the window.
ToString() const overrideConverts the object state into string value. Example: “1 FitBH 100”.

See Also