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

PdfFitHorizontallyDestination(PdfPage, Nullable<Double>) Constructor

Initializes a new instance of the PdfFitHorizontallyDestination class with the specified page and the top vertical coordinate positioned at the top edge of the window.

Namespace: DevExpress.Pdf

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

Declaration

public PdfFitHorizontallyDestination(
    PdfPage page,
    double? top
)

Parameters

Name Type Description
page PdfPage

A PdfPage object that is the PDF page with contents.

top Nullable<Double>

A nullable double value that is the top vertical coordinate positioned at the top edge of the window.

See Also