Get/set the lower left x-coordinate.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Collapse imageSyntax

C#
public override float Left { set; }
Visual Basic
Public Overrides WriteOnly Property Left As Single
	Set
Visual C++
public:
virtual property float Left {
	void set (float value) override;
}

Field Value

a float

Collapse imageSee Also