Fit |
A destination that fits a specified area of a page into the viewport.
Note: Many PDF viewers support different viewing modes like "fit page" or "fit width". A FitRectangleDestination will change the current viewing mode to standard mode in those viewers, i.e. deactivate any special mode like "fit page" or "fit width".
Changing the viewing mode is usually not very well received by users and thus a LocationZoomDestination should be preferred in most cases.
public class FitRectangleDestination : DirectDestination
The FitRectangleDestination type exposes the following members.
Name | Description | |
---|---|---|
Page |
The page in the document that this destination is pointing to.
(Inherited from DirectDestination) | |
Rectangle | The rectangle that is displayed in the viewport. | |
Target | The target destination For direct destinations, this is just the destination itself.(Inherited from Destination) |
Name | Description | |
---|---|---|
Create | Create a new FitRectangleDestination The returned object is not yet used on any page, but it is associated with the given target document. | |
Equals | (Inherited from NativeObject) | |
GetHashCode | (Inherited from NativeObject) |