PdfPageGotoLinkContent.Destination(Int32, Single, Single, Single) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.