Skip to main content

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