FitRExplicitDestination.FitRExplicitDestination
Contents
[
Hide
]FitRExplicitDestination(Page, double, double, double, double)
Creates local explicit destination.
public FitRExplicitDestination(Page page, double left, double bottom, double right, double top)
Parameter | Type | Description |
---|---|---|
page | Page | The destination page object. |
left | Double | Left horizontal coordinate of visible rectangle. |
bottom | Double | Bottom vertical coordinate of visible rectangle. |
right | Double | Right horizontal coordinate of visible rectangle. |
top | Double | Top vertical coordinate of visible rectangle. |
See Also
- class Page
- class FitRExplicitDestination
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF
FitRExplicitDestination(int, double, double, double, double)
Creates remote explicit destination.
public FitRExplicitDestination(int pageNumber, double left, double bottom, double right, double top)
Parameter | Type | Description |
---|---|---|
pageNumber | Int32 | The destination page number of remote document. |
left | Double | Left horizontal coordinate of visible rectangle. |
bottom | Double | Bottom vertical coordinate of visible rectangle. |
right | Double | Right horizontal coordinate of visible rectangle. |
top | Double | Top vertical coordinate of visible rectangle. |
See Also
- class FitRExplicitDestination
- namespace Aspose.Pdf.Annotations
- assembly Aspose.PDF