[]
Initialize a new instance of the DestinationFitV class.
public DestinationFitV(int pageIndex, float? left = null)
| Type | Name | Description |
|---|---|---|
| int | pageIndex | The page index. |
| float? | left | The left coordinate of the document window. |
Initialize a new instance of the DestinationFitV class.
public DestinationFitV(Page page, float? left = null)
| Type | Name | Description |
|---|---|---|
| Page | page | The page. |
| float? | left | The left coordinate of the document window. |