[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationFitV.-ctor

DestinationFitV Constructor

DestinationFitV(int, float?)

Initialize a new instance of the DestinationFitV class.

Declaration
public DestinationFitV(int pageIndex, float? left = null)
Public Sub New(pageIndex As Integer, Optional left As Single? = Nothing)
Parameters
Type Name Description
int pageIndex

The page index.

float? left

The left coordinate of the document window.

DestinationFitV(Page, float?)

Initialize a new instance of the DestinationFitV class.

Declaration
public DestinationFitV(Page page, float? left = null)
Public Sub New(page As Page, Optional left As Single? = Nothing)
Parameters
Type Name Description
Page page

The page.

float? left

The left coordinate of the document window.