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

See Also