The max X size of a full size landscape image

Namespace:  HS.Sys.TheEnterprise.Common.Laserbear
Assembly:  Laserbear (in Laserbear.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public int LandscapeFullXSize { get; set; }
Visual Basic (Declaration)
Public Property LandscapeFullXSize As Integer
Visual C++
public:
property int LandscapeFullXSize {
	int get ();
	void set (int value);
}

See Also