FitHExplicitDestination

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.

The FitHExplicitDestination type exposes the following members:

Constructors

NameDescription
FitHExplicitDestination(page, top)Initializes a new instance of the FitHExplicitDestination class
FitHExplicitDestination(document, page_number, top)Initializes a new instance of the FitHExplicitDestination class
FitHExplicitDestination(page_number, top)Initializes a new instance of the FitHExplicitDestination 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 FitH 100”.

See Also