[]
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)
| 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)
| Type | Name | Description |
|---|---|---|
| Page | page | The target page. |
| float? | top | The top coordinate of the document window. |