PdfDocumentView.Left Property

Gets the x-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window when this view gets displayed.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double Left { get; }
VB
Public ReadOnly Property Left As Double
	Get

Property Value

Type: Double
The x-coordinate of the upper-left corner of the page to be positioned at the upper-left corner of the window.

See Also