public final class FitBVExplicitDestination extends ExplicitDestination
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.
Constructor and Description |
---|
FitBVExplicitDestination(Page page,
double left)
Creates the instance and initializes it by DOM page object and left parameter.
|
Modifier and Type | Method and Description |
---|---|
double |
getLeft()
Gets the horizontal coordinate left positioned at the left edge of the window.
|
String |
toString()
Converts the object state into string value.
|
createDestination, createDestination, createDestination, createDestination, getPage, getPageNumber
public FitBVExplicitDestination(Page page, double left)
Creates the instance and initializes it by DOM page object and left parameter.
page
- DOM page object.left
- The horizontal coordinate left positioned at the left edge of the window.Copyright © 2017 Aspose. All Rights Reserved.