Skip to main content

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.v23.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