Aspose::Pdf::Annotations::FitBVExplicitDestination class

FitBVExplicitDestination class

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

class FitBVExplicitDestination : 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.
FitBVExplicitDestination(System::SharedPtr<Aspose::Pdf::Page>, double)Creates local explicit destination.
FitBVExplicitDestination(System::SharedPtr<Document>, int32_t, double)Creates remote explicit destination.
FitBVExplicitDestination(int32_t, double)Creates remote explicit destination.
get_Left()Gets the horizontal coordinate left positioned at the left edge of the window.
get_Page() constGets the destination page object.
get_PageNumber() constGets the destination page number.
ToString() const overrideConverts the object state into string value. Example: “1 FitBV 100”.

See Also