Share via


PdfPageGotoLinkContent.Destination(Int32, Single, Single, Single) Constructor

Definition

Creates a new instance of Destination using the page number, x coordinate, and y coordinate of the destination where goto link is directing, and the zoom factor of the page when goto link takes to the destination

[Android.Runtime.Register(".ctor", "(IFFF)V", "", ApiSince=35)]
public Destination (int pageNumber, float xCoordinate, float yCoordinate, float zoom);
[<Android.Runtime.Register(".ctor", "(IFFF)V", "", ApiSince=35)>]
new Android.Graphics.Pdf.Content.PdfPageGotoLinkContent.Destination : int * single * single * single -> Android.Graphics.Pdf.Content.PdfPageGotoLinkContent.Destination

Parameters

pageNumber
Int32

Page number of the goto link Destination

xCoordinate
Single

X coordinate of the goto link Destination in points (1/72")

yCoordinate
Single

Y coordinate of the goto link Destination in points (1/72")

zoom
Single

Zoom factor Destination#getZoom() of the page when goto link takes to the destination

Attributes

Remarks

Creates a new instance of Destination using the page number, x coordinate, and y coordinate of the destination where goto link is directing, and the zoom factor of the page when goto link takes to the destination

<strong>Note:</strong> Here (0,0) represents top-left corner of the page

Java documentation for android.graphics.pdf.content.PdfPageGotoLinkContent.Destination.PdfPageGotoLinkContent$Destination(int, float, float, float).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to