[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationXYZ.-ctor

DestinationXYZ Constructor

DestinationXYZ(int)

Initializes a new instance of the DestinationXYZ class.

Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

Declaration
public DestinationXYZ(int pageIndex)
Public Sub New(pageIndex As Integer)
Parameters
Type Name Description
int pageIndex

The target page index.

DestinationXYZ(int, float?, float?, float?)

Initializes a new instance of the DestinationXYZ class.

Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

Declaration
public DestinationXYZ(int pageIndex, float? left, float? pdfTop, float? zoom)
Public Sub New(pageIndex As Integer, left As Single?, pdfTop As Single?, zoom As Single?)
Parameters
Type Name Description
int pageIndex

The target page index.

float? left

The left coordinate of the document window.

float? pdfTop

The top coordinate of the document window relative to the bottom of the page.

float? zoom

The zoom factor of the document window.

DestinationXYZ(int, float?, float?)

Initializes a new instance of the DestinationXYZ class.

Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

Declaration
public DestinationXYZ(int pageIndex, float? left, float? pdfTop)
Public Sub New(pageIndex As Integer, left As Single?, pdfTop As Single?)
Parameters
Type Name Description
int pageIndex

The target page index.

float? left

The left coordinate of the document window.

float? pdfTop

The top coordinate of the document window relative to the bottom of the page.

DestinationXYZ(int, float?)

Initializes a new instance of the DestinationXYZ class.

Note that if a destination is created using this constructor then all Y coordinates should be specified relative to the bottom of the page, see Destination description for details.

Declaration
public DestinationXYZ(int pageIndex, float? pdfTop)
Public Sub New(pageIndex As Integer, pdfTop As Single?)
Parameters
Type Name Description
int pageIndex

The target page index.

float? pdfTop

The top coordinate of the document window relative to the bottom of the page.

DestinationXYZ(Page)

Initializes a new instance of the DestinationXYZ class.

Declaration
public DestinationXYZ(Page page)
Public Sub New(page As Page)
Parameters
Type Name Description
Page page

The target page.

DestinationXYZ(Page, float?, float?, float?)

Initializes a new instance of the DestinationXYZ class.

Declaration
public DestinationXYZ(Page page, float? left, float? top, float? zoom)
Public Sub New(page As Page, left As Single?, top As Single?, zoom As Single?)
Parameters
Type Name Description
Page page

The target page.

float? left

The left coordinate of the document window.

float? top

The top coordinate of the document window.

float? zoom

The zoom factor of the document window.

DestinationXYZ(Page, float?, float?)

Initializes a new instance of the DestinationXYZ class.

Declaration
public DestinationXYZ(Page page, float? left, float? top)
Public Sub New(page As Page, left As Single?, top As Single?)
Parameters
Type Name Description
Page page

The target page.

float? left

The left coordinate of the document window.

float? top

The top coordinate of the document window.

DestinationXYZ(Page, float?)

Initializes a new instance of the DestinationXYZ class.

Declaration
public DestinationXYZ(Page page, float? top)
Public Sub New(page As Page, top As Single?)
Parameters
Type Name Description
Page page

The target page.

float? top

The top coordinate of the document window.