PdfRectangle.X Property

Gets or sets the x-coordinate of the upper-left corner of this PdfRectangle structure.

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 the upper-left corner of this PdfRectangle structure.

See Also