Gets or sets number of pixels to crop from the left side of an image.

Namespace: Arctorus.Documents
Assembly: Arctorus.Documents (in Arctorus.Documents.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public double Left { get; set; }
Visual Basic
Public Property Left As Double
	Get
	Set
Visual C++
public:
property double Left {
	double get ();
	void set (double value);
}

See Also