Gets the x-coordinate of the left edge of this
PdfRectangle
structure.
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:
DoubleThe x-coordinate of the left edge of this
PdfRectangle
structure.
See Also