Gets or sets the x-coordinate of this
PdfPoint.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public double X {
get;
set; }
VB
Public Property X As Double
Get
Set
Property Value
Type:
Double
The x-coordinate of this
PdfPoint.
See Also