[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.DestinationFitBV.-ctor

DestinationFitBV Constructor

DestinationFitBV(int, float?)

Initialize a new instance of the DestinationFitBV class.

Declaration
public DestinationFitBV(int pageIndex, float? left)
Parameters
Type Name Description
int pageIndex

The page index.

float? left

The left coordinate of the document window.

DestinationFitBV(Page, float?)

Initialize a new instance of the DestinationFitBV class.

Declaration
public DestinationFitBV(Page page, float? left)
Parameters
Type Name Description
Page page

The page.

float? left

The left coordinate of the document window.