public final class FitVExplicitDestination 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 the page within the window. A null value for left specifies that the current value of that parameter is to be retained unchanged.
Constructor and Description |
---|
FitVExplicitDestination(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 FitVExplicitDestination(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 © 2018 Aspose. All Rights Reserved.