Gets or sets number of pixels to crop from the bottom 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 Bottom { get; set; }
Visual Basic
Public Property Bottom As Double
	Get
	Set
Visual C++
public:
property double Bottom {
	double get ();
	void set (double value);
}

See Also