[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationFitBH.-ctor

DestinationFitBH Constructor

DestinationFitBH(int, float?)

Initializes a new instance of the DestinationFitBH 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 DestinationFitBH(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 page bottom.

DestinationFitBH(Page, float?)

Initializes a new instance of the DestinationFitBH class.

Declaration
public DestinationFitBH(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.