[]
Initialize a new instance of the DestinationFitV class.
public DestinationFitV(int pageIndex, float? left = null)
Public Sub New(pageIndex As Integer, Optional left As Single? = Nothing)
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)
Public Sub New(page As Page, Optional left As Single? = Nothing)