Skip to main content

PdfFitBBoxHorizontallyDestination(PdfPage, Nullable<Double>) Constructor

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfFitBBoxHorizontallyDestination(
    PdfPage page,
    double? top
)

Parameters

Name Type Description
page PdfPage

The page to which the destination should refer.

top Nullable<Double>

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

See Also