XYDestination Constructor

Initializes a new instance of the XYDestination class.

public XYDestination(int pageNumber, float x, float y)
Public Sub New (pageNumber As Integer, x As Single, y As Single)

Parameters

pageNumber
Int32

Page number targeted by the destination.

x
Single

X coordinate targeted by the destination.

y
Single

Y coordinate targeted by the destination.

Licensing Info

This constructor is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

XYDestination
ceTe.DynamicPDF

In this topic