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

PdfFitHorizontallyDestination.Top Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public double? Top { get; }

Property Value

Type Description
Nullable<Double>

The Y coordinate in the user coordinate system.

See Also