FitBVExplicitDestination

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.

The FitBVExplicitDestination type exposes the following members:

Constructors

NameDescription
FitBVExplicitDestination(page, left)Initializes a new instance of the FitBVExplicitDestination class
FitBVExplicitDestination(document, page_number, left)Initializes a new instance of the FitBVExplicitDestination class
FitBVExplicitDestination(page_number, left)Initializes a new instance of the FitBVExplicitDestination class

Properties

NameDescription
pageGets the destination page object
page_numberGets the destination page number
leftGets the horizontal coordinate left positioned at the left edge of the window.

Methods

NameDescription
create_destination(page, type, values)Creates instances of ExplicitDestination descendant classes.
create_destination(doc, page_number, type, values)Creates instances of ExplicitDestination descendant classes.
create_destination(page_number, type, values)Creates instances of ExplicitDestination descendant classes.
to_string()Converts the object state into string value. Example: “1 FitBV 100”.

See Also