FitBExplicitDestination

FitBExplicitDestination class

Represents explicit destination that displays the page with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the bounding box within the window in the other dimension.

The FitBExplicitDestination type exposes the following members:

Constructors

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

Properties

NameDescription
pageGets the destination page object
page_numberGets the destination page number

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 FitB”.

See Also