Skip to main content
A newer version of this page is available. .

PdfFitBBoxHorizontallyDestination.Top Property

Gets the top vertical page coordinate positioned at the top edge of the window.

Namespace: DevExpress.Pdf

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

Declaration

public double? Top { get; }

Property Value

Type Description
Nullable<Double>

A nullable double value that it the vertical page coordinate.

See Also