Aspose::Pdf::Annotations::FitHExplicitDestination class

FitHExplicitDestination 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 the page within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.

class FitHExplicitDestination : 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.
FitHExplicitDestination(System::SharedPtr<Aspose::Pdf::Page>, double)Creates local explicit destination.
FitHExplicitDestination(System::SharedPtr<Document>, int32_t, double)Creates remote explicit destination.
FitHExplicitDestination(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 FitH 100”.

See Also