Gets or sets image cropping properties.

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

Syntax

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

See Also