Class 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.
public sealed class FitBExplicitDestination : ExplicitDestination
Constructors
Properties
Name | Description |
---|
Page { get; } | Gets the destination page object |
PageNumber { get; } | Gets the destination page number |
Methods
Name | Description |
---|
override ToString() | Converts the object state into string value. Example: “1 FitB”. |
See Also