Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfFitBBoxVerticallyDestination(PdfPage, Nullable<Double>) Constructor

Initializes a new instance of the PdfFitBBoxVerticallyDestination class with the specified page and the left horizontal coordinate positioned at the left edge of the window.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v20.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFitBBoxVerticallyDestination(
    PdfPage page,
    double? left
)

Parameters

Name Type Description
page PdfPage

A PdfPage object that is the PDF page.

left Nullable<Double>

A nullable double value that is the left horizontal page coordinate.

See Also