[]
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.
public DestinationFitBH(int pageIndex, float? pdfTop)
Public Sub New(pageIndex As Integer, pdfTop As Single?)
Type | Name | Description |
---|---|---|
int | pageIndex | The target page index. |
float? | pdfTop | The top coordinate of the document window relative to page bottom. |
Initializes a new instance of the DestinationFitBH class.
public DestinationFitBH(Page page, float? top)
Public Sub New(page As Page, top As Single?)
Type | Name | Description |
---|---|---|
Page | page | The target page. |
float? | top | The top coordinate of the document window. |