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

PdfFitVerticallyDestination.Left Property

Gets the horizontal left coordinate positioned at the left edge of the window.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public double? Left { get; }

Property Value

Type Description
Nullable<Double>

A nullable double value that it the left horizontal coordinate.

See Also