FitBHExplicitDestination

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.

The FitBHExplicitDestination type exposes the following members:

Constructors

NameDescription
FitBHExplicitDestination(page, top)Initializes a new instance of the FitBHExplicitDestination class
FitBHExplicitDestination(document, page_number, top)Initializes a new instance of the FitBHExplicitDestination class
FitBHExplicitDestination(page_number, top)Initializes a new instance of the FitBHExplicitDestination class

Properties

NameDescription
pageGets the destination page object
page_numberGets the destination page number
topGets the vertical coordinate top positioned at the top 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 FitBH 100”.

See Also