[]
Initialize a new instance of the DestinationFitBV class.
public DestinationFitBV(int pageIndex, float? left)
Public Sub New(pageIndex As Integer, left As Single?)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The page index. |
| float? | left | The left coordinate of the document window. |
Initialize a new instance of the DestinationFitBV class.
public DestinationFitBV(Page page, float? left)
Public Sub New(page As Page, left As Single?)
| Type | Name | Description |
|---|---|---|
| Page | page | The page. |
| float? | left | The left coordinate of the document window. |