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

PdfFitBBoxVerticallyDestination.Left Property

Gets the X coordinate that is positioned at 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? Left { get; }

Property Value

Type Description
Nullable<Double>

The X coordinate in the user coordinate system.

See Also