public final class FitBExplicitDestination extends ExplicitDestination
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.
Constructor and Description |
---|
FitBExplicitDestination(Page page)
Creates the instance and initializes it by DOM page object.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Converts the object state into string value.
|
createDestination, createDestination, createDestination, createDestination, getPage, getPageNumber
public FitBExplicitDestination(Page page)
Creates the instance and initializes it by DOM page object.
page
- DOM page object.Copyright © 2020 Aspose. All Rights Reserved.