Skip to main content

PdfFitVerticallyDestination(PdfPage, Nullable<Double>) Constructor

Initializes a new instance of the PdfFitVerticallyDestination class with the specified parameters.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFitVerticallyDestination(
    PdfPage page,
    double? left
)

Parameters

Name Type Description
page PdfPage

The page to which the destination should refer.

left Nullable<Double>

The X coordinate that is positioned at at the top left corner of the document window.

See Also